about summary refs log tree commit diff
path: root/signal/sigpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigpending.c')
-rw-r--r--signal/sigpending.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/signal/sigpending.c b/signal/sigpending.c
index 104f6a38b3..679b0286ff 100644
--- a/signal/sigpending.c
+++ b/signal/sigpending.c
@@ -22,8 +22,7 @@
 
 /* Store in SET all signals that are blocked and pending.  */
 int
-sigpending (set)
-     sigset_t *set;
+sigpending (sigset_t *set)
 {
   if (set == NULL)
     {