diff options
author | Bryant Mairs <bryant@mai.rs> | 2017-07-11 23:17:15 -0700 |
---|---|---|
committer | Bryant Mairs <bryant@mai.rs> | 2017-07-13 11:18:00 -0700 |
commit | f04b44292e70c26b5934bd1fd186543d7321934c (patch) | |
tree | e0795c1ba84153138467fd63eaab0de57e50b37a /src/unix/notbsd/linux/s390x.rs | |
parent | 3f903a1da37fd3a6f791bea0e8be3b5e9289751c (diff) | |
download | rust-libc-f04b44292e70c26b5934bd1fd186543d7321934c.tar.gz |
Add CMSPAR to linux/mips
It needs to be skipped during testing because there's no way to include
a combination of headers that will expose it without giving a "type has
already been defined" error.
Diffstat (limited to 'src/unix/notbsd/linux/s390x.rs')
-rw-r--r-- | src/unix/notbsd/linux/s390x.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unix/notbsd/linux/s390x.rs b/src/unix/notbsd/linux/s390x.rs index 52c35a6f9c..cb73bf3346 100644 --- a/src/unix/notbsd/linux/s390x.rs +++ b/src/unix/notbsd/linux/s390x.rs @@ -778,7 +778,6 @@ pub const LINUX_REBOOT_CMD_KEXEC: ::c_int = 0x45584543; pub const SYS_gettid: ::c_long = 236; pub const SYS_perf_event_open: ::c_long = 331; -pub const CMSPAR: ::tcflag_t = 0o10000000000; pub const VSWTC: usize = 7; pub const OLCUC: ::tcflag_t = 0o000002; pub const NLDLY: ::tcflag_t = 0o000400; |