summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libthr/thread/thr_condattr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_condattr.c b/lib/libthr/thread/thr_condattr.c
index 75aa6ea..52b9f51 100644
--- a/lib/libthr/thread/thr_condattr.c
+++ b/lib/libthr/thread/thr_condattr.c
@@ -103,8 +103,7 @@ _pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id)
}
int
-_pthread_condattr_getpshared(const pthread_condattr_t *attr,
- int *pshared)
+_pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared)
{
if (attr == NULL || *attr == NULL)
return (EINVAL);
OpenPOWER on IntegriCloud