1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Change to NetWare platform mods, per Monty

mysys/my_pthread.c:
  Move #undef directive out of function
This commit is contained in:
unknown
2003-04-27 21:15:52 -04:00
parent ae5e364c19
commit 1ab78e0320

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