mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
To allow compilation on Tru64, the MySQL code should not mess
with the system-reserved (and system-defined) '_REENTRANT' CPP identifier. Especially, it must not be "undefine"d, because the Tru64 compiler needs it if threads are enabled.
This commit is contained in:
@@ -234,7 +234,6 @@ extern int my_sigwait(const sigset_t *set,int *sig);
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#undef sigwait
|
#undef sigwait
|
||||||
#endif
|
#endif
|
||||||
#undef _REENTRANT /* Fix if _REENTRANT is in pthread.h */
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#ifndef _REENTRANT
|
#ifndef _REENTRANT
|
||||||
#define _REENTRANT
|
#define _REENTRANT
|
||||||
|
Reference in New Issue
Block a user