mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +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>
|
||||
#undef sigwait
|
||||
#endif
|
||||
#undef _REENTRANT /* Fix if _REENTRANT is in pthread.h */
|
||||
#include <pthread.h>
|
||||
#ifndef _REENTRANT
|
||||
#define _REENTRANT
|
||||
|
Reference in New Issue
Block a user