]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 c62459abdf97a68dc0a58d9dc79a5233b953c6ec..ac4c07b7f7ee1808d30876b0bb1b5639c18fb2a3 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)