File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -392,8 +392,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
392
392
393
393
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
394
394
395
- pub const MS_NOSEC : :: c_ulong = 0x10000000 ;
396
- pub const MS_BORN : :: c_ulong = 0x20000000 ;
397
395
pub const MS_RMT_MASK : :: c_ulong = 0x800051 ;
398
396
399
397
pub const MADV_HUGEPAGE : :: c_int = 14 ;
Original file line number Diff line number Diff line change @@ -356,9 +356,6 @@ pub const MADV_DONTDUMP: ::c_int = 16;
356
356
357
357
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
358
358
359
- pub const MS_NOSEC : :: c_ulong = 0x10000000 ;
360
- pub const MS_BORN : :: c_ulong = 0x20000000 ;
361
-
362
359
pub const MADV_HUGEPAGE : :: c_int = 14 ;
363
360
pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
364
361
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
You can’t perform that action at this time.
0 commit comments