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.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_NS_sys_mman.inl b/ace/OS_NS_sys_mman.inl
index a3850c9057a..eb7449779fb 100644
--- a/ace/OS_NS_sys_mman.inl
+++ b/ace/OS_NS_sys_mman.inl
@@ -1,4 +1,5 @@
// -*- C++ -*-
+//
// $Id$
#include "ace/OS_NS_fcntl.h"
@@ -11,6 +12,8 @@
# include "ace/OS_NS_sys_stat.h"
#endif /* __Lynx__ */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
#if defined (ACE_HAS_VOIDPTR_MMAP)
// Needed for some odd OS's (e.g., SGI).
typedef void *ACE_MMAP_TYPE;
@@ -326,3 +329,4 @@ ACE_OS::shm_unlink (const ACE_TCHAR *path)
# endif /* ACE_HAS_SHM_OPEN */
}
+ACE_END_VERSIONED_NAMESPACE_DECL