summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/os_mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/os_mman.h')
-rw-r--r--ace/os_include/sys/os_mman.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/os_include/sys/os_mman.h b/ace/os_include/sys/os_mman.h
index fea2f3e5a5e..6ccb58d548f 100644
--- a/ace/os_include/sys/os_mman.h
+++ b/ace/os_include/sys/os_mman.h
@@ -110,10 +110,6 @@ PAGE_NOCACHE */
# define MS_SYNC 0x0
# endif /* !MS_SYNC */
-#if defined (ACE_LACKS_MADVISE_PROTOTYPE)
- int madvise(caddr_t, size_t, int);
-#endif
-
#ifdef __cplusplus
}
#endif /* __cplusplus */