File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -410,8 +410,6 @@ pub const IEXTEN: ::tcflag_t = 0x00008000;
410
410
pub const TOSTOP : :: tcflag_t = 0x00000100 ;
411
411
pub const FLUSHO : :: tcflag_t = 0x00001000 ;
412
412
413
- pub const MS_RMT_MASK : :: c_ulong = 0x800051 ;
414
-
415
413
pub const ADFS_SUPER_MAGIC : :: c_long = 0x0000adf5 ;
416
414
pub const AFFS_SUPER_MAGIC : :: c_long = 0x0000adff ;
417
415
pub const CODA_SUPER_MAGIC : :: c_long = 0x73757245 ;
Original file line number Diff line number Diff line change @@ -356,8 +356,6 @@ pub const SIG_UNBLOCK: ::c_int = 0x2;
356
356
357
357
pub const PTHREAD_STACK_MIN : :: size_t = 131072 ;
358
358
359
- pub const MS_RMT_MASK : :: c_ulong = 0x800051 ;
360
-
361
359
pub const ADFS_SUPER_MAGIC : :: c_long = 0x0000adf5 ;
362
360
pub const AFFS_SUPER_MAGIC : :: c_long = 0x0000adff ;
363
361
pub const CODA_SUPER_MAGIC : :: c_long = 0x73757245 ;
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_RMT_MASK : :: c_ulong = 0x800051 ;
396
-
397
395
pub const MADV_HUGEPAGE : :: c_int = 14 ;
398
396
pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
399
397
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
Original file line number Diff line number Diff line change @@ -283,8 +283,6 @@ pub const RUSAGE_CHILDREN: ::c_int = -1;
283
283
pub const ST_RELATIME : :: c_ulong = 4096 ;
284
284
pub const NI_MAXHOST : :: socklen_t = 1025 ;
285
285
286
- pub const MS_RMT_MASK : :: c_ulong = 0x800051 ;
287
-
288
286
pub const ADFS_SUPER_MAGIC : :: c_long = 0x0000adf5 ;
289
287
pub const AFFS_SUPER_MAGIC : :: c_long = 0x0000adff ;
290
288
pub const CODA_SUPER_MAGIC : :: c_long = 0x73757245 ;
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ pub const MS_ACTIVE: ::c_ulong = 0x40000000;
254
254
pub const MS_NOUSER : :: c_ulong = 0x80000000 ;
255
255
pub const MS_MGC_VAL : :: c_ulong = 0xc0ed0000 ;
256
256
pub const MS_MGC_MSK : :: c_ulong = 0xffff0000 ;
257
+ pub const MS_RMT_MASK : :: c_ulong = 0x800051 ;
257
258
258
259
pub const EPERM : :: c_int = 1 ;
259
260
pub const ENOENT : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments