From: Roland McGrath Date: Wed, 6 Apr 1994 01:26:12 +0000 (+0000) Subject: Formerly unix/sysv/sysv4/__sigact.c.~4~ X-Git-Tag: glibc-2.16-ports-before-merge~4130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b12af630af4938650cb8c2559133b695f85982eb;p=thirdparty%2Fglibc.git Formerly unix/sysv/sysv4/__sigact.c.~4~ --- diff --git a/sysdeps/unix/sysv/sysv4/sigaction.c b/sysdeps/unix/sysv/sysv4/sigaction.c index e9453733b43..8ea55ef9bdf 100644 --- a/sysdeps/unix/sysv/sysv4/sigaction.c +++ b/sysdeps/unix/sysv/sysv4/sigaction.c @@ -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;