Skip to content

Commit 3074853

Browse files
committed
Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more portable!) MS_SILENT.
1 parent 0ba8571 commit 3074853

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ pub const TOSTOP: ::tcflag_t = 0x00000100;
411411
pub const FLUSHO: ::tcflag_t = 0x00001000;
412412

413413
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
414-
pub const MS_VERBOSE: ::c_ulong = 0x8000;
415414

416415
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
417416
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;

src/unix/notbsd/linux/mips.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ pub const SIG_UNBLOCK: ::c_int = 0x2;
356356

357357
pub const PTHREAD_STACK_MIN: ::size_t = 131072;
358358

359-
pub const MS_VERBOSE: ::c_ulong = 0x8000;
360359
pub const MS_RMT_MASK: ::c_ulong = 0x2800051;
361360

362361
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ pub const RUSAGE_CHILDREN: ::c_int = -1;
283283
pub const ST_RELATIME: ::c_ulong = 4096;
284284
pub const NI_MAXHOST: ::socklen_t = 1025;
285285

286-
pub const MS_VERBOSE: ::c_ulong = 0x8000;
287286
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
288287

289288
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;

0 commit comments

Comments
 (0)