summaryrefslogtreecommitdiff
path: root/signal/sigvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigvec.c')
-rw-r--r--signal/sigvec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/signal/sigvec.c b/signal/sigvec.c
index 1f9395e654..1c73fb6318 100644
--- a/signal/sigvec.c
+++ b/signal/sigvec.c
@@ -1,5 +1,5 @@
/* ABI compatibility for obsolete sigvec function from 4.2BSD.
- Copyright (C) 1991-2015 Free Software Foundation, Inc.
+ Copyright (C) 1991-2016 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
@@ -179,8 +179,7 @@ compat_symbol (libc, __sigvec, sigvec, GLIBC_2_0);
# ifndef SA_RESETHAND
static void
-sigvec_wrapper_handler (sig)
- int sig;
+sigvec_wrapper_handler (int sig)
{
struct sigvec_wrapper_data *data;
struct sigaction act;