summaryrefslogtreecommitdiff
path: root/ace/POSIX_CB_Proactor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_CB_Proactor.i')
-rw-r--r--ace/POSIX_CB_Proactor.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/POSIX_CB_Proactor.i b/ace/POSIX_CB_Proactor.i
index 5e6be74df26..c27144ff75f 100644
--- a/ace/POSIX_CB_Proactor.i
+++ b/ace/POSIX_CB_Proactor.i
@@ -1,7 +1,7 @@
/* -*- C++ -*- */
// $Id$
-#if defined (ACE_HAS_AIO_CALLS)
+#if defined (ACE_HAS_AIO_CALLS) && defined (__sgi)
ACE_INLINE
ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_CB_Proactor::get_impl_type (void)
@@ -9,4 +9,4 @@ ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_CB_Proactor::get_impl_type (void)
return PROACTOR_CB;
}
-#endif /* ACE_HAS_AIO_CALLS */
+#endif /* ACE_HAS_AIO_CALLS && __sgi */