summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-04-16 21:19:00 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-04-16 21:19:00 +0300
commitb83e6fe1ad970c4b3192e6fdc834642cd5cde80c (patch)
tree8d0944dae60c3fe9d89902e47d78a99b64c04dbf /include/my_pthread.h
parent667da1396b5a20ad7b4ba94136e47e64b6368daa (diff)
downloadmariadb-git-b83e6fe1ad970c4b3192e6fdc834642cd5cde80c.tar.gz
Small fix for HP-UX 10.20 with DCE threads
Also --with-libwrap is tested on Linux just fine. configure.in: Small fix for HP-UX 10.20 with DCE threads include/my_pthread.h: Small fix for HP-UX 10.20 with DCE threads mysys/my_pthread.c: Small fix for HP-UX 10.20 with DCE threads
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 30e9ea95e02..4c90882e76b 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -349,7 +349,7 @@ extern void my_pthread_attr_setprio(pthread_attr_t *attr, int priority);
#undef HAVE_GETHOSTBYADDR_R /* No definition */
#endif
-#if defined(HAVE_DEC_THREADS)
+#if defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT)
extern int my_pthread_cond_timedwait(pthread_cond_t *cond,
pthread_mutex_t *mutex,
struct timespec *abstime);