summaryrefslogtreecommitdiff
path: root/nptl/pt-raise.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pt-raise.c')
-rw-r--r--nptl/pt-raise.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nptl/pt-raise.c b/nptl/pt-raise.c
index c0f16e99be..3aab899383 100644
--- a/nptl/pt-raise.c
+++ b/nptl/pt-raise.c
@@ -1,5 +1,5 @@
/* ISO C raise function for libpthread.
- Copyright (C) 2002-2015 Free Software Foundation, Inc.
+ Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -22,8 +22,7 @@
int
-raise (sig)
- int sig;
+raise (int sig)
{
/* This is what POSIX says must happen. */
return pthread_kill (pthread_self (), sig);