des 2008-02-14 12:37:58 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_mutex.c
Log:
_pthread_mutex_isowned_np(): use a more reliable method; the current code
will work in simple cases, but may fail in more complicated ones.
Reviewed by: davidxu
Revision Changes Path
1.71 +1 -1 src/lib/libthr/thread/thr_mutex.c