1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Changes from Novell for NetWare platform

This commit is contained in:
greg@mysql.com
2003-04-24 20:48:54 -04:00
parent 80a3c64d93
commit 24968f1ee3
7 changed files with 36 additions and 11 deletions

View File

@ -247,6 +247,11 @@ extern int my_sigwait(const sigset_t *set,int *sig);
#error Requires at least rev 2 of EMX pthreads library.
#endif
#ifdef __NETWARE__
void my_pthread_exit(void *status);
#define pthread_exit(A) my_pthread_exit(A)
#endif
extern int my_pthread_getprio(pthread_t thread_id);
#define pthread_key(T,V) pthread_key_t V