diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/implement.h b/implement.h index 2103027..4ee33a6 100644 --- a/implement.h +++ b/implement.h @@ -150,6 +150,7 @@ extern int _pthread_processInitialized; extern pthread_key_t _pthread_selfThreadKey; extern pthread_key_t _pthread_cleanupKey; extern CRITICAL_SECTION _pthread_mutex_test_init_lock; +extern CRITICAL_SECTION _pthread_cond_test_init_lock; #include <pthread.h> |