summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorgreg@mysql.com <>2003-03-21 16:45:39 -0500
committergreg@mysql.com <>2003-03-21 16:45:39 -0500
commit67985efed5369bf88987781754931ee162e1d2f3 (patch)
tree6204247b50ae737bead82de5fdfbc3bdd63689b1 /include/my_pthread.h
parent61cb6925070ec80b4e7bb101c76b21ad11f10f11 (diff)
downloadmariadb-git-67985efed5369bf88987781754931ee162e1d2f3.tar.gz
Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index a7fa38349dc..0b41dc18fe1 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -356,14 +356,6 @@ extern int my_pthread_cond_timedwait(pthread_cond_t *cond,
#define pthread_cond_timedwait(A,B,C) my_pthread_cond_timedwait((A),(B),(C))
#endif
-
-#ifdef __NETWARE__
-extern int my_pthread_cond_timedwait(pthread_cond_t *cond,
- pthread_mutex_t *mutex,
- struct timespec *abstime);
-#define pthread_cond_timedwait(A,B,C) my_pthread_cond_timedwait((A),(B),(C))
-#endif /* __NETWARE__ */
-
#if defined(OS2)
#define my_pthread_getspecific(T,A) ((T) &(A))
#define pthread_setspecific(A,B) win_pthread_setspecific(&(A),(B),sizeof(A))