repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. service tells you which device it couldn't stat
[minix3.git]
/
lib
/
i386
/
rts
/
__sigreturn.s
blob
783d34f3362d8c23a44d2c1f443be289dbb89fc4
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