Formerly unix/sysv/sysv4/i386/sys-sig.S.~2~
authorRoland McGrath <roland@gnu.org>
Thu, 17 Feb 1994 01:59:26 +0000 (01:59 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 17 Feb 1994 01:59:26 +0000 (01:59 +0000)
sysdeps/unix/sysv/sysv4/i386/sys-sig.S

index c62459a..ac4c07b 100644 (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)