From 7da1ff33d9c578b7f640f80434a0675e34e54ce6 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Mon, 4 Oct 2004 11:45:07 +0200 Subject: [PATCH] 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. --- include/my_pthread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/my_pthread.h b/include/my_pthread.h index 602a4439575..cd0cf49a891 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -234,7 +234,6 @@ extern int my_sigwait(const sigset_t *set,int *sig); #include #undef sigwait #endif -#undef _REENTRANT /* Fix if _REENTRANT is in pthread.h */ #include #ifndef _REENTRANT #define _REENTRANT