Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more portable!) MS_SILENT.
This commit is contained in:
parent
0ba85711b6
commit
3074853187
@ -411,7 +411,6 @@ pub const TOSTOP: ::tcflag_t = 0x00000100;
|
|||||||
pub const FLUSHO: ::tcflag_t = 0x00001000;
|
pub const FLUSHO: ::tcflag_t = 0x00001000;
|
||||||
|
|
||||||
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
|
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
|
||||||
pub const MS_VERBOSE: ::c_ulong = 0x8000;
|
|
||||||
|
|
||||||
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
||||||
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
|
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
|
||||||
|
@ -356,7 +356,6 @@ pub const SIG_UNBLOCK: ::c_int = 0x2;
|
|||||||
|
|
||||||
pub const PTHREAD_STACK_MIN: ::size_t = 131072;
|
pub const PTHREAD_STACK_MIN: ::size_t = 131072;
|
||||||
|
|
||||||
pub const MS_VERBOSE: ::c_ulong = 0x8000;
|
|
||||||
pub const MS_RMT_MASK: ::c_ulong = 0x2800051;
|
pub const MS_RMT_MASK: ::c_ulong = 0x2800051;
|
||||||
|
|
||||||
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
||||||
|
@ -283,7 +283,6 @@ pub const RUSAGE_CHILDREN: ::c_int = -1;
|
|||||||
pub const ST_RELATIME: ::c_ulong = 4096;
|
pub const ST_RELATIME: ::c_ulong = 4096;
|
||||||
pub const NI_MAXHOST: ::socklen_t = 1025;
|
pub const NI_MAXHOST: ::socklen_t = 1025;
|
||||||
|
|
||||||
pub const MS_VERBOSE: ::c_ulong = 0x8000;
|
|
||||||
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
|
pub const MS_RMT_MASK: ::c_ulong = 0x800051;
|
||||||
|
|
||||||
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
|
||||||
|
Loading…
Reference in New Issue
Block a user