From cf236808ad018ce10123321fab0917550e181aa2 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 22 Jun 2004 06:12:54 +0000 Subject: Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP} --- global.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'global.c') diff --git a/global.c b/global.c index 0f7622b..fc9ab91 100644 --- a/global.c +++ b/global.c @@ -75,8 +75,7 @@ DWORD (*ptw32_register_cancelation) (PAPCFUNC, HANDLE, DWORD) = NULL; CRITICAL_SECTION ptw32_thread_reuse_lock; /* - * Global lock for testing internal state of PTHREAD_MUTEX_INITIALIZER - * created mutexes. + * Global lock for testing internal state of statically declared mutexes. */ CRITICAL_SECTION ptw32_mutex_test_init_lock; -- cgit v1.2.3