summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-10-19 17:57:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-10-19 17:57:56 +0000
commit7e2d948dae66095af8f81eaef52caaea10b858c4 (patch)
tree445aeac2e108fd7b872440b70a85ebc7b50983a6 /ace/Handle_Set.cpp
parentcc8c3d4e2f1000da0171a2fb9ec77608bd00fb85 (diff)
downloadATCD-7e2d948dae66095af8f81eaef52caaea10b858c4.tar.gz
ChangeLogTag:Tue Oct 19 12:55:16 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace/Handle_Set.cpp')
-rw-r--r--ace/Handle_Set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.cpp b/ace/Handle_Set.cpp
index f04c02e1996..2ea2d6259e8 100644
--- a/ace/Handle_Set.cpp
+++ b/ace/Handle_Set.cpp
@@ -12,7 +12,7 @@ ACE_RCSID(ace, Handle_Set, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Handle_Set)
-#if defined (linux) && __GLIBC__ > 1 && __GLIBC_MINOR__ >= 1 && !defined (_GNU_SOURCE)
+#if defined (linux) && __GLIBC__ > 1 && __GLIBC_MINOR__ >= 1 && !defined (_XOPEN_SOURCE)
// XPG4.2 requires the fds_bits member name, so it is not enabled by
// default on Linux/glibc-2.1.x systems. Instead use "__fds_bits."
// Ugly, but "what are you going to do?" 8-)