Formerly unix/sysv/sysv4/__sigact.c.~4~
authorRoland McGrath <roland@gnu.org>
Wed, 6 Apr 1994 01:26:12 +0000 (01:26 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 6 Apr 1994 01:26:12 +0000 (01:26 +0000)
sysdeps/unix/sysv/sysv4/sigaction.c

index e945373..8ea55ef 100644 (file)
@@ -38,7 +38,7 @@ trampoline (int sig, int code, struct sigcontext *context)
    If OACT is not NULL, put the old action for SIG in *OACT.  */
 int
 DEFUN(__sigaction, (sig, act, oact),
-      int sig AND CONST struct sigaction *act AND struct sigaction *OACT)
+      int sig AND CONST struct sigaction *act AND struct sigaction *oact)
 {
   struct sigaction myact;
   __sighandler_t ohandler;