diff options
author | unknown <greg@mysql.com> | 2003-04-27 21:15:52 -0400 |
---|---|---|
committer | unknown <greg@mysql.com> | 2003-04-27 21:15:52 -0400 |
commit | 1ab78e0320ba13d675f4bd1ed6d02bda1b7eadcd (patch) | |
tree | f2ed58cfd200c58f40b3f6c08decad68490b3d25 /mysys/my_pthread.c | |
parent | ae5e364c19dba6c87e2fed60df1ee4c417e1f893 (diff) | |
download | mariadb-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.c | 2 |
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] = ""; |