summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-05-28 13:36:51 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-05-28 13:36:51 +0300
commite7daa09516cf064c3ff78c816306e57f83484e03 (patch)
tree3f41a1f9b16134411bfaad494c6f9a5f370eb274 /mysys/my_pthread.c
parentbc63956efef564444bd9f325d09b42c096f23951 (diff)
downloadmariadb-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.c1
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)