We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8ffc8 commit 0ea2040Copy full SHA for 0ea2040
src/unix/notbsd/android/b32/x86.rs
@@ -4,3 +4,5 @@ pub type wchar_t = i32;
4
pub const O_DIRECT: ::c_int = 0x4000;
5
pub const O_DIRECTORY: ::c_int = 0x10000;
6
pub const O_NOFOLLOW: ::c_int = 0x20000;
7
+
8
+pub const MAP_32BIT: ::c_int = 0x40;
src/unix/notbsd/android/b64/x86_64.rs
@@ -51,3 +51,5 @@ pub const SYS_gettid: ::c_long = 186;
51
52
pub const SIGSTKSZ: ::size_t = 8192;
53
pub const MINSIGSTKSZ: ::size_t = 2048;
54
55
0 commit comments