mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Formerly unix/sysv/sysv4/i386/sys-sig.S.~2~
This commit is contained in:
parent
4fa5a741d8
commit
6ae483762b
@ -18,7 +18,12 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
PSEUDO (__sigaction_syscall, sigaction, 3)
|
||||
.globl C_SYMBOL_NAME(__sigreturn)
|
||||
|
||||
ENTRY (__sigaction_syscall)
|
||||
movel $C_SYMBOL_NAME(__sigreturn), %edx
|
||||
DO_CALL (sigaction, 3)
|
||||
jb syscall_error
|
||||
ret
|
||||
|
||||
PSEUDO (__context_syscall, context, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user