summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-01-16 21:01:58 +0300
committerkonstantin@mysql.com <>2004-01-16 21:01:58 +0300
commit5def5b68538671fe8fa52a3196e58ca8f4195a33 (patch)
treebebf58080e2847da02114178deeb05df5e91390d /mysys
parent2ea2d1574978552b832a4edee36c37be216e7c9e (diff)
downloadmariadb-git-5def5b68538671fe8fa52a3196e58ca8f4195a33.tar.gz
typo fixed PPTHREAD -> PTHREAD
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_thr_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c
index 57eecd7b746..878a861bc94 100644
--- a/mysys/my_thr_init.c
+++ b/mysys/my_thr_init.c
@@ -105,7 +105,7 @@ void my_thread_global_end(void)
#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
pthread_mutexattr_destroy(&my_fast_mutexattr);
#endif
-#ifdef PPTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
+#ifdef PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
pthread_mutexattr_destroy(&my_errchk_mutexattr);
#endif
pthread_mutex_destroy(&THR_LOCK_malloc);