summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mmap.2
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>2001-08-23 22:39:52 +0000
committerdg <dg@FreeBSD.org>2001-08-23 22:39:52 +0000
commite6de45d5ec17d9a92edb62a0a6144caef9159c13 (patch)
tree9bec1f3e627f0b385bac7705e9e7801e4c334176 /lib/libc/sys/mmap.2
parent000badbe72fe2ea3e3a6b2c6fd1905bbfa38e12c (diff)
downloadFreeBSD-src-e6de45d5ec17d9a92edb62a0a6144caef9159c13.zip
FreeBSD-src-e6de45d5ec17d9a92edb62a0a6144caef9159c13.tar.gz
Killed reference to MAP_INHERIT which is not supported in FreeBSD.
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r--lib/libc/sys/mmap.24
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index f4cb27e..df5eb0f 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -128,10 +128,6 @@ Use of this option is discouraged.
.It Dv MAP_HASSEMAPHORE
Notify the kernel that the region may contain semaphores and that special
handling may be necessary.
-.It Dv MAP_INHERIT
-Permit regions to be inherited across
-.Xr execve 2
-system calls.
.It Dv MAP_NOCORE
Region is not included in a core file.
.It Dv MAP_NOSYNC
OpenPOWER on IntegriCloud