summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 22:46:41 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 22:46:41 +0000
commitcb720f05af9780517d1989bf152bbf9c49ca5961 (patch)
tree76e0cc72ea21ef5f7745b06d7a9b3181267fc877 /ace/config-lynxos.h
parent15c56db3ce7d94f1a7c22ed336753ceaa51bcb85 (diff)
downloadATCD-cb720f05af9780517d1989bf152bbf9c49ca5961.tar.gz
Enabled ACE_HAS_AIO_CALLS for LynxOS. Also enabled
ACE_HAS_AIOCB_PROACTOR since LynxOS 3.0.0 has not got <pthread_sigmask> yet, so signal proactor cannot work correctly.
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index e627f5d64f0..894f528de2e 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -198,7 +198,7 @@ extern "C"
// = Proactor stuff
// Aio works on lynx
-// #define ACE_HAS_AIO_CALLS
+#define ACE_HAS_AIO_CALLS
// AIOCB Proactor works on Lynx. But it is not
// multi-threaded.