summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
diff options
context:
space:
mode:
authorunknown <greg@mysql.com>2003-04-27 21:15:52 -0400
committerunknown <greg@mysql.com>2003-04-27 21:15:52 -0400
commit1ab78e0320ba13d675f4bd1ed6d02bda1b7eadcd (patch)
treef2ed58cfd200c58f40b3f6c08decad68490b3d25 /mysys/my_pthread.c
parentae5e364c19dba6c87e2fed60df1ee4c417e1f893 (diff)
downloadmariadb-git-1ab78e0320ba13d675f4bd1ed6d02bda1b7eadcd.tar.gz
Change to NetWare platform mods, per Monty
mysys/my_pthread.c: Move #undef directive out of function
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r--mysys/my_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c
index f88a884a1bc..4f472f61593 100644
--- a/mysys/my_pthread.c
+++ b/mysys/my_pthread.c
@@ -95,9 +95,9 @@ void *my_pthread_getspecific_imp(pthread_key_t key)
don't kill the LibC Reaper thread or the main thread
*/
#include <nks/thread.h>
+#undef pthread_exit
void my_pthread_exit(void *status)
{
-#undef pthread_exit
NXThreadId_t tid = NXThreadGetId();
NXContext_t ctx;
char name[PATH_MAX] = "";