mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
UNIXWARE removal
include/m_string.h: UNIXWare removal include/my_global.h: UNIXWare removal. include/my_no_pthread.h: UNIXWare removal include/my_pthread.h: UNIXWare removal mysys/my_init.c: UNIXWare removal mysys/my_pthread.c: UNIXWare removal
This commit is contained in:
parent
a26c4b15e1
commit
98a8b41531
7 changed files with 2 additions and 92 deletions
|
|
@ -27,10 +27,6 @@
|
|||
Case in point: 'mf_keycache.c'
|
||||
*/
|
||||
#if defined(__WIN__)
|
||||
|
||||
#elif defined(HAVE_UNIXWARE7_THREADS)
|
||||
/* #include <thread.h> Currently, not relevant. Enable if needed. */
|
||||
|
||||
#else /* Normal threads */
|
||||
#include <pthread.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue