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 /include/my_pthread.h | |
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 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index 9b7812b7cf2..f75ca8f601a 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -428,7 +428,7 @@ struct tm *localtime_r(const time_t *clock, struct tm *res); #endif /* defined(__WIN__) */ -#if defined(HPUX) && !defined(DONT_REMAP_PTHREAD_FUNCTIONS) +#if defined(HPUX10) && !defined(DONT_REMAP_PTHREAD_FUNCTIONS) #undef pthread_cond_timedwait #define pthread_cond_timedwait(a,b,c) my_pthread_cond_timedwait((a),(b),(c)) int my_pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, |