diff options
author | monty@hundin.mysql.fi <> | 2002-08-18 16:07:19 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-18 16:07:19 +0300 |
commit | 48e20a0be2e15101871bdda6b829215397f1c3e6 (patch) | |
tree | 758eccbf4fc1144e2c3ff7ccccdcbd663b569876 /mysys/my_pthread.c | |
parent | 65334e1c588be4a07728d924ddfafe400622cfb3 (diff) | |
download | mariadb-git-48e20a0be2e15101871bdda6b829215397f1c3e6.tar.gz |
Portability fixes for HPUX and Openbsd
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r-- | mysys/my_pthread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index 61dc2be8293..ecd3631f59d 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -388,11 +388,11 @@ 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 |