summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/linux.h
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-19 11:28:42 -0300
committerRenato Botelho <renato@netgate.com>2016-07-19 11:28:42 -0300
commitd672f772561b19a87633a38b63c9b6b9ee457a3e (patch)
treeddb56ff0f93f58cbbbe2e088659df322eeb91960 /sys/amd64/linux/linux.h
parent0a721af42b1b08f07aac9419590a4906d5b1e8f8 (diff)
parent9a5d5ad86e4479378293a6598ce3e086d8abf1a8 (diff)
downloadFreeBSD-src-d672f772561b19a87633a38b63c9b6b9ee457a3e.zip
FreeBSD-src-d672f772561b19a87633a38b63c9b6b9ee457a3e.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'sys/amd64/linux/linux.h')
-rw-r--r--sys/amd64/linux/linux.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/amd64/linux/linux.h b/sys/amd64/linux/linux.h
index 639499a..b30568f 100644
--- a/sys/amd64/linux/linux.h
+++ b/sys/amd64/linux/linux.h
@@ -139,13 +139,6 @@ struct l_rlimit {
l_ulong rlim_max;
};
-/* mmap options */
-#define LINUX_MAP_SHARED 0x0001
-#define LINUX_MAP_PRIVATE 0x0002
-#define LINUX_MAP_FIXED 0x0010
-#define LINUX_MAP_ANON 0x0020
-#define LINUX_MAP_GROWSDOWN 0x0100
-
/*
* stat family of syscalls
*/
OpenPOWER on IntegriCloud