diff options
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_pthread.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index 9abe5d22c92..54a5c71c695 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -387,14 +387,13 @@ int pthread_signal(int sig, void (*func)()) #undef pthread_mutex_destroy #undef pthread_mutex_wait #undef pthread_mutex_timedwait +#undef pthread_mutex_trylock #undef pthread_mutex_t +#undef pthread_cond_init #undef pthread_cond_wait #undef pthread_cond_timedwait -#undef pthread_mutex_trylock -#undef pthread_mutex_t #undef pthread_cond_t - /***************************************************************************** ** Patches for AIX and DEC OSF/1 3.2 *****************************************************************************/ |