From 5ad129a10abf4172d450a052854e8e87f89fbe4c Mon Sep 17 00:00:00 2001 From: davidxu Date: Mon, 4 Dec 2006 14:27:42 +0000 Subject: Fix typo, I was using a wrong header file, and the typo is not detected by compiler. --- lib/libthr/thread/thr_umtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthr') diff --git a/lib/libthr/thread/thr_umtx.c b/lib/libthr/thread/thr_umtx.c index 778ac80..7529c85 100644 --- a/lib/libthr/thread/thr_umtx.c +++ b/lib/libthr/thread/thr_umtx.c @@ -115,7 +115,7 @@ _thr_ucond_wait(struct ucond *cv, struct umutex *m, return (ETIMEDOUT); } if (_umtx_op(cv, UMTX_OP_CV_WAIT, - check_unparking ? UMTX_CHECK_UNPAKING : 0, + check_unparking ? UMTX_CHECK_UNPARKING : 0, m, __DECONST(void*, timeout)) == 0) { return (0); } -- cgit v1.1