diff options
author | konstantin@mysql.com <> | 2004-01-16 21:01:58 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-01-16 21:01:58 +0300 |
commit | 5def5b68538671fe8fa52a3196e58ca8f4195a33 (patch) | |
tree | bebf58080e2847da02114178deeb05df5e91390d /mysys | |
parent | 2ea2d1574978552b832a4edee36c37be216e7c9e (diff) | |
download | mariadb-git-5def5b68538671fe8fa52a3196e58ca8f4195a33.tar.gz |
typo fixed PPTHREAD -> PTHREAD
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
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); |