diff options
author | unknown <brian@zim.(none)> | 2006-04-17 15:56:59 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-04-17 15:56:59 -0700 |
commit | 98a8b41531b2b9dbfd26b60d707b27a26629af1c (patch) | |
tree | 5a95e715a40d97d44f0db1dad2b9b451e8d94617 /mysys/my_pthread.c | |
parent | a26c4b15e15afba1182cdbad932f3ee2c339f29f (diff) | |
download | mariadb-git-98a8b41531b2b9dbfd26b60d707b27a26629af1c.tar.gz |
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
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r-- | mysys/my_pthread.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index b8eeb0a3f3f..80aa6b37dbc 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -76,9 +76,6 @@ void my_pthread_attr_setprio(pthread_attr_t *attr, int priority) #ifdef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC #undef pthread_getspecific -#ifdef HAVE_UNIXWARE7_THREADS -#define pthread_getspecific thr_getspecific -#endif void *my_pthread_getspecific_imp(pthread_key_t key) { @@ -429,7 +426,7 @@ int sigwait(sigset_t *setp, int *sigp) ** Patches for AIX and DEC OSF/1 3.2 *****************************************************************************/ -#if (defined(HAVE_NONPOSIX_PTHREAD_MUTEX_INIT) && !defined(HAVE_UNIXWARE7_THREADS)) || defined(HAVE_DEC_3_2_THREADS) +#if defined(HAVE_NONPOSIX_PTHREAD_MUTEX_INIT) #include <netdb.h> |