mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A small fix for HP-UX when used --with-debug
This commit is contained in:
@ -349,7 +349,7 @@ extern void my_pthread_attr_setprio(pthread_attr_t *attr, int priority);
|
|||||||
#undef HAVE_GETHOSTBYADDR_R /* No definition */
|
#undef HAVE_GETHOSTBYADDR_R /* No definition */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT)
|
#if defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) && !defined(SAFE_MUTEX)
|
||||||
extern int my_pthread_cond_timedwait(pthread_cond_t *cond,
|
extern int my_pthread_cond_timedwait(pthread_cond_t *cond,
|
||||||
pthread_mutex_t *mutex,
|
pthread_mutex_t *mutex,
|
||||||
struct timespec *abstime);
|
struct timespec *abstime);
|
||||||
|
Reference in New Issue
Block a user