summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_mman.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_mman.inl')
-rw-r--r--ace/OS_NS_sys_mman.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_sys_mman.inl b/ace/OS_NS_sys_mman.inl
index 9592d4c4dfa..c4ece9aac2c 100644
--- a/ace/OS_NS_sys_mman.inl
+++ b/ace/OS_NS_sys_mman.inl
@@ -159,7 +159,7 @@ ACE_OS::mmap (void *addr,
ACE_FAIL_RETURN (MAP_FAILED);
else
return addr_mapping;
-#elif defined (__Lynx__)
+#elif defined (ACE_HAS_LYNX_BROKEN_MMAP)
// The LynxOS 2.5.0 mmap doesn't allow operations on plain
// file descriptors. So, create a shm object and use that.
ACE_UNUSED_ARG (sa);