summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-06-27 10:09:00 +0000
committerkib <kib@FreeBSD.org>2017-06-27 10:09:00 +0000
commitc550b5d345acc04ece88357d2d2fceb64ec42bdb (patch)
tree9e0d2284ffe1a3a6a1f9cdd84ad4e00e27c53f49 /lib/libc/sys
parent413ad3071fd488f1081aff1790501da9d8ac3a51 (diff)
downloadFreeBSD-src-c550b5d345acc04ece88357d2d2fceb64ec42bdb.zip
FreeBSD-src-c550b5d345acc04ece88357d2d2fceb64ec42bdb.tar.gz
MFC r320314:
Remove the description of MAP_HASSEMAPHORE. Approved by: re (marius)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/mmap.25
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 80be418..2a3bdba 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -28,7 +28,7 @@
.\" @(#)mmap.2 8.4 (Berkeley) 5/11/95
.\" $FreeBSD$
.\"
-.Dd February 4, 2017
+.Dd June 22, 2017
.Dt MMAP 2
.Os
.Sh NAME
@@ -199,9 +199,6 @@ In contrast, if
.Dv MAP_EXCL
is specified, the request will fail if a mapping
already exists within the range.
-.It Dv MAP_HASSEMAPHORE
-Notify the kernel that the region may contain semaphores and that special
-handling may be necessary.
.It Dv MAP_NOCORE
Region is not included in a core file.
.It Dv MAP_NOSYNC
OpenPOWER on IntegriCloud