summaryrefslogtreecommitdiffstats
path: root/lib/libthr
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-04-27 14:21:36 +0000
committerjilles <jilles@FreeBSD.org>2013-04-27 14:21:36 +0000
commit0fe12ef2b741f04664ec83b3eeeb20c4d9f049f0 (patch)
tree48b54e784c575db00b9a6383be19080a846b5189 /lib/libthr
parent9081eaa709fb6d185011cc61abf6b3c40f1cc010 (diff)
downloadFreeBSD-src-0fe12ef2b741f04664ec83b3eeeb20c4d9f049f0.zip
FreeBSD-src-0fe12ef2b741f04664ec83b3eeeb20c4d9f049f0.tar.gz
libthr: Fix a parameter name in an internal header file.
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/thread/thr_umtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_umtx.h b/lib/libthr/thread/thr_umtx.h
index f3d95f1..2c289a7 100644
--- a/lib/libthr/thread/thr_umtx.h
+++ b/lib/libthr/thread/thr_umtx.h
@@ -56,7 +56,7 @@ int _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int exp, int clockid,
const struct timespec *timeout, int shared) __hidden;
int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;
int _thr_ucond_wait(struct ucond *cv, struct umutex *m,
- const struct timespec *timeout, int check_unpaking) __hidden;
+ const struct timespec *timeout, int flags) __hidden;
void _thr_ucond_init(struct ucond *cv) __hidden;
int _thr_ucond_signal(struct ucond *cv) __hidden;
int _thr_ucond_broadcast(struct ucond *cv) __hidden;
OpenPOWER on IntegriCloud