diff options
Diffstat (limited to 'sysdeps/mach/hurd/sigpending.c')
-rw-r--r-- | sysdeps/mach/hurd/sigpending.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/sigpending.c b/sysdeps/mach/hurd/sigpending.c index 254b055c8b..a941e1e59a 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; |