summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_condattr_setpshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_condattr_setpshared.c')
-rw-r--r--libpthread/nptl/pthread_condattr_setpshared.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_condattr_setpshared.c b/libpthread/nptl/pthread_condattr_setpshared.c
index f00858780..f3d39aa2b 100644
--- a/libpthread/nptl/pthread_condattr_setpshared.c
+++ b/libpthread/nptl/pthread_condattr_setpshared.c
@@ -21,9 +21,9 @@
#include <pthreadP.h>
int
-pthread_condattr_setpshared (attr, pshared)
- pthread_condattr_t *attr;
- int pshared;
+pthread_condattr_setpshared (
+ pthread_condattr_t *attr,
+ int pshared)
{
if (pshared != PTHREAD_PROCESS_PRIVATE
&& __builtin_expect (pshared != PTHREAD_PROCESS_SHARED, 0))