Formerly unix/sysv/sco3.2.4/__sigact.S.~2~
authorRoland McGrath <roland@gnu.org>
Thu, 24 Mar 1994 20:01:19 +0000 (20:01 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 24 Mar 1994 20:01:19 +0000 (20:01 +0000)
sysdeps/unix/sysv/sco3.2.4/sigaction.S

index dbe41e3..1d55f2d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -18,5 +18,10 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-SYSCALL__ (sigaction, 3)
+.globla C_SYMBOL_NAME(__sigreturn)
+
+ENTRY (__sigaction)
+       movl $C_SYMBOL_NAME(__sigreturn), %ecx
+       DO_CALL (sigaction, 3)
+       jb syscall_error
        ret