diff options
Diffstat (limited to 'pthread/pt-sigmask.c')
-rw-r--r-- | pthread/pt-sigmask.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pthread/pt-sigmask.c b/pthread/pt-sigmask.c index 7402d87..f55c508 100644 --- a/pthread/pt-sigmask.c +++ b/pthread/pt-sigmask.c @@ -22,8 +22,7 @@ #include <pt-internal.h> int -pthread_sigmask (int how, const sigset_t *set, - sigset_t *oset) +pthread_sigmask (int how, const sigset_t *set, sigset_t *oset) { struct __pthread *self = _pthread_self (); |