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 | 1f1a22b01ef22ede754f54ab9420dbfc87d68c89 (patch) | |
tree | f2ed58cfd200c58f40b3f6c08decad68490b3d25 /mysys/my_pthread.c | |
parent | 370c34f5e4e8c3400eccadbb41919a982bdc7d13 (diff) | |
download | mariadb-git-1f1a22b01ef22ede754f54ab9420dbfc87d68c89.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] = ""; |