diff options
author | brian@zim.(none) <> | 2006-04-17 15:56:59 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-17 15:56:59 -0700 |
commit | 6f986a344ba432607583f492f8b7012c690866fc (patch) | |
tree | 5a95e715a40d97d44f0db1dad2b9b451e8d94617 /mysys/my_pthread.c | |
parent | 9c6aef5b4e31436a026f5c81fd0626882c18cf62 (diff) | |
download | mariadb-git-6f986a344ba432607583f492f8b7012c690866fc.tar.gz |
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> |