Skip to content

Commit e773764

Browse files
committed
Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface.
1 parent 3074853 commit e773764

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/unix/notbsd/linux/musl.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
392392

393393
pub const EPOLLWAKEUP: ::c_int = 0x20000000;
394394

395-
pub const MS_NOSEC: ::c_ulong = 0x10000000;
396-
pub const MS_BORN: ::c_ulong = 0x20000000;
397395
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
398396

399397
pub const MADV_HUGEPAGE: ::c_int = 14;

src/unix/notbsd/linux/other/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
356356

357357
pub const EPOLLWAKEUP: ::c_int = 0x20000000;
358358

359-
pub const MS_NOSEC: ::c_ulong = 0x10000000;
360-
pub const MS_BORN: ::c_ulong = 0x20000000;
361-
362359
pub const MADV_HUGEPAGE: ::c_int = 14;
363360
pub const MADV_NOHUGEPAGE: ::c_int = 15;
364361
pub const MAP_HUGETLB: ::c_int = 0x040000;

0 commit comments

Comments
 (0)