1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Port to SCO OpenServer 6. May require running ./configure with

--build=i686-unknown-sysv5SCO_SV6.0.0
This commit is contained in:
jimw@mysql.com
2005-09-07 20:23:07 +02:00
parent 3503b1316e
commit a540a66b26
2 changed files with 23 additions and 76 deletions

View File

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