1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03: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:
unknown
2006-04-17 15:56:59 -07:00
parent a26c4b15e1
commit 98a8b41531
7 changed files with 2 additions and 92 deletions

View File

@@ -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>