diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h index 7c6c6d2..cde8a33 100644 --- a/implement.h +++ b/implement.h @@ -116,7 +116,7 @@ void _pthread_vacuum(void); /* Global data declared in global.c */ -extern pthread_mutex_t _pthread_count_mutex; +extern pthread_mutex_t _pthread_table_mutex; extern DWORD _pthread_threads_count; |