summaryrefslogtreecommitdiff
path: root/sysdeps/posix/sigsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sigsuspend.c')
-rw-r--r--sysdeps/posix/sigsuspend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/sigsuspend.c b/sysdeps/posix/sigsuspend.c
index 1ac689f6fb..2ef9506188 100644
--- a/sysdeps/posix/sigsuspend.c
+++ b/sysdeps/posix/sigsuspend.c
@@ -24,8 +24,7 @@
/* Change the set of blocked signals to SET,
wait until a signal arrives, and restore the set of blocked signals. */
int
-__sigsuspend (set)
- const sigset_t *set;
+__sigsuspend (const sigset_t *set)
{
sigset_t oset;
int save;