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.
2 parents 0dae0e7 + 81eb094 commit 6c0ff9eCopy full SHA for 6c0ff9e
src/unix/notbsd/android/b32/arm.rs
@@ -5,3 +5,5 @@ pub const O_DIRECT: ::c_int = 0x10000;
5
pub const O_DIRECTORY: ::c_int = 0x4000;
6
pub const O_NOFOLLOW: ::c_int = 0x8000;
7
pub const O_LARGEFILE: ::c_int = 0o400000;
8
+
9
+pub const SYS_gettid: ::c_long = 224;
0 commit comments