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
commit5b0b6f2978347d308012668693484f532bcf3474 (patch)
tree861e838d2325bd7e03829d8ab07340be1aaf7dbc /ace/Dirent.cpp
parent978d7d70fc848b0684dc8a72229972169b84a651 (diff)
downloadATCD-5b0b6f2978347d308012668693484f532bcf3474.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 */