summaryrefslogtreecommitdiff
path: root/mysys/thr_alarm.c
diff options
context:
space:
mode:
authorlenz@mysql.com <>2002-10-24 14:30:25 +0200
committerlenz@mysql.com <>2002-10-24 14:30:25 +0200
commit9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349 (patch)
tree2f40701031727d38957abb36f9e566d09b47ec9f /mysys/thr_alarm.c
parentdd0e34274259a91cfd706cb6d8d3351fbf94b0d4 (diff)
downloadmariadb-git-9b769dbd2292bd7c37ab01cf0e5ebf49cc4d8349.tar.gz
- replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11)
Diffstat (limited to 'mysys/thr_alarm.c')
-rw-r--r--mysys/thr_alarm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c
index d1343d4c2d3..ed468b5ef50 100644
--- a/mysys/thr_alarm.c
+++ b/mysys/thr_alarm.c
@@ -730,11 +730,11 @@ static pthread_cond_t COND_thread_count;
static pthread_mutex_t LOCK_thread_count;
static uint thread_count;
-#ifdef HPUX
+#ifdef HPUX10
typedef int * fd_set_ptr;
#else
typedef fd_set * fd_set_ptr;
-#endif /* HPUX */
+#endif /* HPUX10 */
static void *test_thread(void *arg)
{