Fix arm-linux compile

This commit is contained in:
Alex Crichton 2015-09-13 23:33:57 -07:00
parent 5a28433bb1
commit b9ca2325e9

View file

@ -158,6 +158,7 @@ pub const O_SYNC: ::c_int = 1052672;
pub const O_RSYNC: ::c_int = 1052672;
pub const O_DSYNC: ::c_int = 4096;
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
pub const MAP_32BIT: ::c_int = 0x0040;
pub const TCP_MD5SIG: ::c_int = 14;