diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2010-05-24 13:44:39 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2010-05-24 13:44:39 +0000 |
commit | 1cfc8fc759a5dba9d13248fa3862ab733c150980 (patch) | |
tree | 81a27e282001f88f5d4b54461c44f57c131dc233 | |
parent | 9ed8360e53cdce41f93b9bae9af33dafe2f5c0a6 (diff) |
Notes
-rw-r--r-- | lib/libthr/thread/thr_condattr.c | 3 |
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); |