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:
@@ -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] = "";
|
||||
|
||||
Reference in New Issue
Block a user