summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>2016-01-01 18:54:40 -0800
committerJim Blandy <jimb@red-bean.com>2016-01-11 16:25:13 -0800
commite77376494dd14935fdc6b4010f5880f454bc358a (patch)
treecf7ae5a96590dceaaef7d2f4e89a62866f24eb2e
parent30748531873e5edee6a2af933a89eb9f7386635e (diff)
downloadrust-libc-e77376494dd14935fdc6b4010f5880f454bc358a.tar.gz
Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface.
-rw-r--r--src/unix/notbsd/linux/musl.rs2
-rw-r--r--src/unix/notbsd/linux/other/mod.rs3
2 files changed, 0 insertions, 5 deletions
diff --git a/src/unix/notbsd/linux/musl.rs b/src/unix/notbsd/linux/musl.rs
index f9cf4e96a8..a9de6d5975 100644
--- a/src/unix/notbsd/linux/musl.rs
+++ b/src/unix/notbsd/linux/musl.rs
@@ -392,8 +392,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
pub const EPOLLWAKEUP: ::c_int = 0x20000000;
-pub const MS_NOSEC: ::c_ulong = 0x10000000;
-pub const MS_BORN: ::c_ulong = 0x20000000;
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
pub const MADV_HUGEPAGE: ::c_int = 14;
diff --git a/src/unix/notbsd/linux/other/mod.rs b/src/unix/notbsd/linux/other/mod.rs
index e9b1f3353c..9a5d01f0eb 100644
--- a/src/unix/notbsd/linux/other/mod.rs
+++ b/src/unix/notbsd/linux/other/mod.rs
@@ -356,9 +356,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
pub const EPOLLWAKEUP: ::c_int = 0x20000000;
-pub const MS_NOSEC: ::c_ulong = 0x10000000;
-pub const MS_BORN: ::c_ulong = 0x20000000;
-
pub const MADV_HUGEPAGE: ::c_int = 14;
pub const MADV_NOHUGEPAGE: ::c_int = 15;
pub const MAP_HUGETLB: ::c_int = 0x040000;