diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-09-06 04:04:10 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-09-06 04:04:10 +0000 |
| commit | bddd24cd9c3e6144282ff7eaa92a3ad032e5be7b (patch) | |
| tree | 7044b040d8f18506b5f3294848fd18b67eaf0bd2 /lib/libthr/thread/thr_cond.c | |
| parent | b2d24734cd9e4cf85ca2015468e1b29f8468bfb7 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_cond.c')
| -rw-r--r-- | lib/libthr/thread/thr_cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_cond.c b/lib/libthr/thread/thr_cond.c index f78606215182..d0266d660290 100644 --- a/lib/libthr/thread/thr_cond.c +++ b/lib/libthr/thread/thr_cond.c @@ -73,7 +73,7 @@ cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) /* * Initialise the condition variable structure: */ - _thr_umtx_init(&pcond->c_lock); + _thr_umutex_init(&pcond->c_lock); pcond->c_seqno = 0; pcond->c_waiters = 0; pcond->c_wakeups = 0; |
