summaryrefslogtreecommitdiff
path: root/ace/Dirent.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-09-24 15:12:26 +0000
committerSteve Huston <shuston@riverace.com>1998-09-24 15:12:26 +0000
commit95fbb44bafd80a242f39a105d0773b6c1de22bd7 (patch)
tree861e838d2325bd7e03829d8ab07340be1aaf7dbc /ace/Dirent.cpp
parentd532b2b560d5a533cc47d7a3319c337d16de3e4a (diff)
downloadATCD-95fbb44bafd80a242f39a105d0773b6c1de22bd7.tar.gz
OS.i - HP-UX 10 doesn't follow pthreads std for readdir_r.
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r--ace/Dirent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp
index e4fb13b9d02..99be26d2a6d 100644
--- a/ace/Dirent.cpp
+++ b/ace/Dirent.cpp
@@ -4,7 +4,7 @@
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/Dirent.i"
#else
-#if defined (HPUX) && !defined (__GNUG__)
+#if defined (__hpux) && !defined (__GNUG__)
static int shut_up_aCC = 0;
#endif /* HPUX && !g++ */
#endif /* ACE_LACKS_INLINE_FUNCTIONS */