Commit 1ab78e03 authored by unknown's avatar unknown

Change to NetWare platform mods, per Monty


mysys/my_pthread.c:
  Move #undef directive out of function
parent ae5e364c
...@@ -95,9 +95,9 @@ void *my_pthread_getspecific_imp(pthread_key_t key) ...@@ -95,9 +95,9 @@ void *my_pthread_getspecific_imp(pthread_key_t key)
don't kill the LibC Reaper thread or the main thread don't kill the LibC Reaper thread or the main thread
*/ */
#include <nks/thread.h> #include <nks/thread.h>
#undef pthread_exit
void my_pthread_exit(void *status) void my_pthread_exit(void *status)
{ {
#undef pthread_exit
NXThreadId_t tid = NXThreadGetId(); NXThreadId_t tid = NXThreadGetId();
NXContext_t ctx; NXContext_t ctx;
char name[PATH_MAX] = ""; char name[PATH_MAX] = "";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment