aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/sysv_signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sysv_signal.c')
-rw-r--r--sysdeps/posix/sysv_signal.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/posix/sysv_signal.c b/sysdeps/posix/sysv_signal.c
index 434a3e3176..6365bbbb0c 100644
--- a/sysdeps/posix/sysv_signal.c
+++ b/sysdeps/posix/sysv_signal.c
@@ -34,9 +34,7 @@
/* Set the handler for the signal SIG to HANDLER,
returning the old handler, or SIG_ERR on error. */
__sighandler_t
-__sysv_signal (sig, handler)
- int sig;
- __sighandler_t handler;
+__sysv_signal (int sig, __sighandler_t handler)
{
struct sigaction act, oact;