Skip to content
Snippets Groups Projects
Commit e7737649 authored by Jim Blandy's avatar Jim Blandy
Browse files

Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface.

parent 30748531
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment