1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Small fix for HP-UX 10.20 with DCE threads

Also --with-libwrap is tested on Linux just fine.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-04-16 21:19:00 +03:00
parent c0d9954cc7
commit 9fc8200249
3 changed files with 4 additions and 3 deletions

View File

@ -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);