1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Change to NetWare platform mods, per Monty

This commit is contained in:
greg@mysql.com
2003-04-27 21:15:52 -04:00
parent 24968f1ee3
commit 1d2507e875

View File

@@ -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] = "";