. service tells you which device it couldn't stat
[minix3.git] / lib / i386 / rts / __sigreturn.s
blob783d34f3362d8c23a44d2c1f443be289dbb89fc4
1 ! This routine is the low-level code for returning from signals.
2 ! It calls __sigreturn, which is the normal "system call" routine.
3 ! Both ___sigreturn and __sigreturn are needed.
4 .sect .text; .sect .rom; .sect .data; .sect .bss
5 .sect .text
6 .define ___sigreturn
7 .extern __sigreturn
8 ___sigreturn:
9 add esp, 16
10 jmp __sigreturn