diff options
author | lenz@mysql.com <> | 2002-10-24 14:30:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-24 14:30:25 +0200 |
commit | 9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349 (patch) | |
tree | 2f40701031727d38957abb36f9e566d09b47ec9f /mysys/my_pthread.c | |
parent | dd0e34274259a91cfd706cb6d8d3351fbf94b0d4 (diff) | |
download | mariadb-git-9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349.tar.gz |
- replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11)
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r-- | mysys/my_pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c index 54a5c71c695..07e8ecec6ac 100644 --- a/mysys/my_pthread.c +++ b/mysys/my_pthread.c @@ -435,7 +435,7 @@ int my_pthread_cond_init(pthread_cond_t *mp, const pthread_condattr_t *attr) this has to be added here. ****************************************************************************/ -#if defined(HPUX) || defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) +#if defined(HPUX10) || defined(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) int my_pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, struct timespec *abstime) |