aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/sigpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/sigpending.c')
-rw-r--r--sysdeps/mach/hurd/sigpending.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sigpending.c b/sysdeps/mach/hurd/sigpending.c
index 254b055..a941e1e 100644
--- a/sysdeps/mach/hurd/sigpending.c
+++ b/sysdeps/mach/hurd/sigpending.c
@@ -24,8 +24,7 @@
/* Store in SET all signals that are blocked and pending. */
/* XXX should be __sigpending ? */
int
-sigpending (set)
- sigset_t *set;
+sigpending (sigset_t *set)
{
struct hurd_sigstate *ss;
sigset_t pending;