summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2010-05-24 13:44:39 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2010-05-24 13:44:39 +0000
commit1cfc8fc759a5dba9d13248fa3862ab733c150980 (patch)
tree81a27e282001f88f5d4b54461c44f57c131dc233
parent9ed8360e53cdce41f93b9bae9af33dafe2f5c0a6 (diff)
Notes
-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 75aa6ea6b8ca9..52b9f513eb775 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);