summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-12-21 17:24:10 +0000
committerpeter <peter@FreeBSD.org>2001-12-21 17:24:10 +0000
commit965ffc1051675f8ef86694b6916b7880671c3b96 (patch)
tree52e02590182d542f6314a35268821e1277720bb4 /lib
parentba5bb8717a32d37a6763a4dfaed093b85f42dd22 (diff)
downloadFreeBSD-src-965ffc1051675f8ef86694b6916b7880671c3b96.zip
FreeBSD-src-965ffc1051675f8ef86694b6916b7880671c3b96.tar.gz
The VM_STACK option is long dead. MAP_STACK is available everywhere.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mmap.212
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index 755a30e..cd3b450 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -202,18 +202,6 @@ Modifications are private.
.It Dv MAP_SHARED
Modifications are shared.
.It Dv MAP_STACK
-This option is only available if your system has been compiled with
-.Dv VM_STACK
-defined when compiling the kernel.
-This is the default for
-i386 only.
-Consider adding
-.Li -DVM_STACK
-to
-.Va COPTFLAGS
-in your
-.Pa /etc/make.conf
-to enable this option for other architechures.
.Dv MAP_STACK
implies
.Dv MAP_ANON ,
OpenPOWER on IntegriCloud