summaryrefslogtreecommitdiff
path: root/ace/POSIX_CB_Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_CB_Proactor.h')
-rw-r--r--ace/POSIX_CB_Proactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/POSIX_CB_Proactor.h b/ace/POSIX_CB_Proactor.h
index cd0ccdd62ef..e8315e3c8d2 100644
--- a/ace/POSIX_CB_Proactor.h
+++ b/ace/POSIX_CB_Proactor.h
@@ -19,7 +19,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_HAS_AIO_CALLS) && !defined(__sun) && !defined(__Lynx__)
+#if defined (ACE_HAS_AIO_CALLS) && defined (__sgi)
#include "ace/POSIX_Proactor.h"
@@ -101,5 +101,5 @@ protected:
#include "ace/POSIX_CB_Proactor.i"
#endif /* __ACE_INLINE__ */
-#endif /* ACE_HAS_AIO_CALLS && !__sun && !__Lynx__ */
+#endif /* ACE_HAS_AIO_CALLS && __sgi */
#endif /* ACE_POSIX_CB_PROACTOR_H*/