Skip to content
Snippets Groups Projects
Commit 0ea2040f authored by roblabla's avatar roblabla
Browse files

Add missing constant MAP_32BIT on x86_64-linux-android and i686-linux-android

parent ba8ffc8e
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,5 @@ pub type wchar_t = i32;
pub const O_DIRECT: ::c_int = 0x4000;
pub const O_DIRECTORY: ::c_int = 0x10000;
pub const O_NOFOLLOW: ::c_int = 0x20000;
pub const MAP_32BIT: ::c_int = 0x40;
......@@ -51,3 +51,5 @@ pub const SYS_gettid: ::c_long = 186;
pub const SIGSTKSZ: ::size_t = 8192;
pub const MINSIGSTKSZ: ::size_t = 2048;
pub const MAP_32BIT: ::c_int = 0x40;
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