summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-09-07 20:23:07 +0200
committerjimw@mysql.com <>2005-09-07 20:23:07 +0200
commita540a66b2637202b28d0dbcc82b60f53ba1bacc3 (patch)
tree84dd19f0eff80d31b22b05c5f5eedb3a401ab811 /include/my_pthread.h
parent3503b1316eb187a2a0dde070939b10f1d3cc94b4 (diff)
downloadmariadb-git-a540a66b2637202b28d0dbcc82b60f53ba1bacc3.tar.gz
Port to SCO OpenServer 6. May require running ./configure with
--build=i686-unknown-sysv5SCO_SV6.0.0
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index f8cd3e0de71..02f451cffd2 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -298,11 +298,6 @@ extern int my_pthread_create_detached;
int sigwait(sigset_t *set, int *sig);
#endif
-#if defined(HAVE_UNIXWARE7_POSIX)
-#undef HAVE_NONPOSIX_SIGWAIT
-#define HAVE_NONPOSIX_SIGWAIT /* sigwait takes only 1 argument */
-#endif
-
#ifndef HAVE_NONPOSIX_SIGWAIT
#define my_sigwait(A,B) sigwait((A),(B))
#else