summaryrefslogtreecommitdiff
path: root/pthread/pt-sigmask.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:50:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 00:50:04 +0200
commit05cefb83e22c08aedf5d3b893ad387eb6424faba (patch)
tree20bdecf3032d11716c94afa3a7bb085f5b70493a /pthread/pt-sigmask.c
parent85b62d7aaedb24b6ad07d437e5b8560f62d07529 (diff)
Fix coding style
Diffstat (limited to 'pthread/pt-sigmask.c')
-rw-r--r--pthread/pt-sigmask.c3
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 ();