mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
typo fixed PPTHREAD -> PTHREAD
This commit is contained in:
@@ -105,7 +105,7 @@ void my_thread_global_end(void)
|
|||||||
#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
|
#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
|
||||||
pthread_mutexattr_destroy(&my_fast_mutexattr);
|
pthread_mutexattr_destroy(&my_fast_mutexattr);
|
||||||
#endif
|
#endif
|
||||||
#ifdef PPTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
|
#ifdef PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
|
||||||
pthread_mutexattr_destroy(&my_errchk_mutexattr);
|
pthread_mutexattr_destroy(&my_errchk_mutexattr);
|
||||||
#endif
|
#endif
|
||||||
pthread_mutex_destroy(&THR_LOCK_malloc);
|
pthread_mutex_destroy(&THR_LOCK_malloc);
|
||||||
|
Reference in New Issue
Block a user