summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-01-16 21:01:58 +0300
committerunknown <konstantin@mysql.com>2004-01-16 21:01:58 +0300
commit8badeb5b83ab9b45a7f717f14c546ce610e46c4d (patch)
treebebf58080e2847da02114178deeb05df5e91390d /mysys
parentb703338d76e40859ae39b669816eba768d0f7ed7 (diff)
downloadmariadb-git-8badeb5b83ab9b45a7f717f14c546ce610e46c4d.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);