diff options
Diffstat (limited to 'sysdeps/generic/pt-barrierattr-setpshared.c')
-rw-r--r-- | sysdeps/generic/pt-barrierattr-setpshared.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/generic/pt-barrierattr-setpshared.c b/sysdeps/generic/pt-barrierattr-setpshared.c index dced161..52a5040 100644 --- a/sysdeps/generic/pt-barrierattr-setpshared.c +++ b/sysdeps/generic/pt-barrierattr-setpshared.c @@ -20,8 +20,7 @@ #include <pt-internal.h> int -pthread_barrierattr_setpshared (pthread_barrierattr_t *attr, - int pshared) +pthread_barrierattr_setpshared (pthread_barrierattr_t *attr, int pshared) { switch (pshared) { |