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 518e09f commit dd3b423Copy full SHA for dd3b423
src/unix/notbsd/android/b32.rs
@@ -1,7 +1,5 @@
1
pub type mode_t = u16;
2
3
-pub const SYS_gettid: ::c_int = 224;
4
-
5
s! {
6
pub struct sigaction {
7
pub sa_sigaction: ::sighandler_t,
@@ -10,3 +8,5 @@ s! {
10
8
pub sa_restorer: ::dox::Option<extern fn()>,
11
9
}
12
+
+pub const SYS_gettid: ::c_int = 224;
src/unix/notbsd/android/b64.rs
pub type mode_t = u32;
-pub const SYS_gettid: ::c_int = 178;
pub sa_flags: ::c_uint,
_restorer: *mut ::c_void,
+pub const SYS_gettid: ::c_int = 178;
0 commit comments