Commit 1d2507e8 authored by greg@mysql.com's avatar greg@mysql.com

Change to NetWare platform mods, per Monty

parent 24968f1e
......@@ -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] = "";
......
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