Skip to content
Snippets Groups Projects
Commit b9ca2325 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix arm-linux compile

parent 5a28433b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment