about summary refs log tree commit diff
path: root/signal/sigsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigsuspend.c')
-rw-r--r--signal/sigsuspend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/signal/sigsuspend.c b/signal/sigsuspend.c
index cb4ece8c10..987104e015 100644
--- a/signal/sigsuspend.c
+++ b/signal/sigsuspend.c
@@ -22,8 +22,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)
 {
   __set_errno (ENOSYS);
   return -1;