diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-28 13:36:51 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-28 13:36:51 +0300 |
commit | e7daa09516cf064c3ff78c816306e57f83484e03 (patch) | |
tree | 3f41a1f9b16134411bfaad494c6f9a5f370eb274 /mysys/my_pthread.c | |
parent | bc63956efef564444bd9f325d09b42c096f23951 (diff) | |
download | mariadb-git-e7daa09516cf064c3ff78c816306e57f83484e03.tar.gz |
Fixing a small bug in new code for cond_timedwait fix
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r-- | mysys/my_pthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index 747a07e71b2..e1345b96627 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -419,6 +419,7 @@ int my_pthread_cond_init(pthread_cond_t *mp, const pthread_condattr_t *attr) ****************************************************************************/ #if defined(HPUX) || defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) +#undef pthread_cond_timedwait int my_pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, struct timespec *abstime) |