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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pt-raise.c b/nptl/pt-raise.c
index c0f16e99be..41f32c7e49 100644
--- a/nptl/pt-raise.c
+++ b/nptl/pt-raise.c
@@ -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);