aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mman.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-08-24 18:22:46 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-08-24 18:22:46 +0000
commitc45da89917f7f49089774232102c97e719bff1ae (patch)
tree7256db3bfc3271095124d678fd69d8eb5048b8b6 /sys/sys/mman.h
parent6385dec00ed26885ddd50a65796937d3835184c8 (diff)
downloadsrc-c45da89917f7f49089774232102c97e719bff1ae.tar.gz
src-c45da89917f7f49089774232102c97e719bff1ae.zip
Notes
Diffstat (limited to 'sys/sys/mman.h')
-rw-r--r--sys/sys/mman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mman.h b/sys/sys/mman.h
index 94054648ef7d..9aa020a279f2 100644
--- a/sys/sys/mman.h
+++ b/sys/sys/mman.h
@@ -62,7 +62,7 @@
#define MAP_RENAME 0x0020 /* Sun: rename private pages to file */
#define MAP_NORESERVE 0x0040 /* Sun: don't reserve needed swap area */
#define MAP_INHERIT 0x0080 /* region is retained after exec */
-#define MAP_NOEXTEND 0x0100 /* for MAP_FILE, don't change file size */
+#define MAP_RESERVED0100 0x0100 /* previously unimplemented MAP_NOEXTEND */
#define MAP_HASSEMAPHORE 0x0200 /* region may contain semaphores */
#define MAP_STACK 0x0400 /* region grows down, like a stack */
#define MAP_NOSYNC 0x0800 /* page to but do not sync underlying file */