Formerly unix/sysv/sysv4/i386/sys-sig.S.~2~

This commit is contained in:
Roland McGrath 1994-02-17 01:59:26 +00:00
parent 4fa5a741d8
commit 6ae483762b

View file

@ -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)