summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_condattr_getpshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_condattr_getpshared.c')
-rw-r--r--libpthread/nptl/pthread_condattr_getpshared.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_condattr_getpshared.c b/libpthread/nptl/pthread_condattr_getpshared.c
index b44eac94e..a558fdb8e 100644
--- a/libpthread/nptl/pthread_condattr_getpshared.c
+++ b/libpthread/nptl/pthread_condattr_getpshared.c
@@ -21,9 +21,9 @@
int
-pthread_condattr_getpshared (attr, pshared)
- const pthread_condattr_t *attr;
- int *pshared;
+pthread_condattr_getpshared (
+ const pthread_condattr_t *attr,
+ int *pshared)
{
*pshared = ((const struct pthread_condattr *) attr)->value & 1;