File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -361,11 +361,6 @@ pub const SHM_UNLOCK: ::c_int = 12;
361
361
pub const SHM_HUGETLB : :: c_int = 0o4000 ;
362
362
pub const SHM_NORESERVE : :: c_int = 0o10000 ;
363
363
364
- pub const MS_RELATIME : :: c_ulong = 0x200000 ;
365
- pub const MS_KERNMOUNT : :: c_ulong = 0x400000 ;
366
- pub const MS_I_VERSION : :: c_ulong = 0x800000 ;
367
- pub const MS_STRICTATIME : :: c_ulong = 0x01000000 ;
368
-
369
364
pub const EPOLLRDHUP : :: c_int = 0x2000 ;
370
365
pub const EPOLLONESHOT : :: c_int = 0x40000000 ;
371
366
Original file line number Diff line number Diff line change @@ -269,6 +269,10 @@ pub const MS_UNBINDABLE: ::c_ulong = 0x020000;
269
269
pub const MS_PRIVATE : :: c_ulong = 0x040000 ;
270
270
pub const MS_SLAVE : :: c_ulong = 0x080000 ;
271
271
pub const MS_SHARED : :: c_ulong = 0x100000 ;
272
+ pub const MS_RELATIME : :: c_ulong = 0x200000 ;
273
+ pub const MS_KERNMOUNT : :: c_ulong = 0x400000 ;
274
+ pub const MS_I_VERSION : :: c_ulong = 0x800000 ;
275
+ pub const MS_STRICTATIME : :: c_ulong = 0x1000000 ;
272
276
pub const MS_ACTIVE : :: c_ulong = 0x40000000 ;
273
277
pub const MS_NOUSER : :: c_ulong = 0x80000000 ;
274
278
pub const MS_MGC_VAL : :: c_ulong = 0xc0ed0000 ;
You can’t perform that action at this time.
0 commit comments