summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-01-22 15:33:34 +0200
committermonty@donna.mysql.com <>2001-01-22 15:33:34 +0200
commitb3392db2900435caebf9d1b56d17a44db7c203cc (patch)
treeccd9b5c441de00d24eee19f6c4a55a4b4b7bfc6d /include
parent2d1082308b14c12c62141b31a4217f4487447ede (diff)
downloadmariadb-git-b3392db2900435caebf9d1b56d17a44db7c203cc.tar.gz
Fixes for OSF1
Made test more reliable on slow machines
Diffstat (limited to 'include')
-rw-r--r--include/my_pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 6a5b8dcf5eb..c8d0d2c9d0a 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -433,6 +433,8 @@ int safe_cond_timedwait(pthread_cond_t *cond, safe_mutex_t *mp,
#undef pthread_mutex_wait
#undef pthread_mutex_timedwait
#undef pthread_mutex_t
+#undef pthread_cond_wait
+#undef pthread_cond_timedwait
#define pthread_mutex_init(A,B) safe_mutex_init((A),(B))
#define pthread_mutex_lock(A) safe_mutex_lock((A),__FILE__,__LINE__)
#define pthread_mutex_unlock(A) safe_mutex_unlock((A),__FILE__,__LINE__)