summaryrefslogtreecommitdiff
path: root/signal/sigrelse.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigrelse.c')
-rw-r--r--signal/sigrelse.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/signal/sigrelse.c b/signal/sigrelse.c
index 56c535c9e7..5dcba53ec1 100644
--- a/signal/sigrelse.c
+++ b/signal/sigrelse.c
@@ -1,5 +1,5 @@
/* Remove SIG from the calling process' signal mask.
- Copyright (C) 1998-2015 Free Software Foundation, Inc.
+ Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -22,8 +22,7 @@
#include <signal.h>
int
-sigrelse (sig)
- int sig;
+sigrelse (int sig)
{
sigset_t set;