We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dae0e7 commit 81eb094Copy full SHA for 81eb094
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