From a2e4d0e4ddac38ecd38e3d5ac6db497c7ca8073f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 18 Aug 2002 16:07:19 +0300 Subject: Portability fixes for HPUX and Openbsd configure.in: Fixed type for HPUX10.20 innobase/configure.in: Fixed type for openbsd mysys/my_pthread.c: Fix for hpux --- mysys/my_pthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysys') 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 -- cgit v1.2.1