diff --git a/src/unix/notbsd/android/b32.rs b/src/unix/notbsd/android/b32.rs index 6041dcdbc1ad7..ae9b6241c5b6c 100644 --- a/src/unix/notbsd/android/b32.rs +++ b/src/unix/notbsd/android/b32.rs @@ -1,7 +1,5 @@ pub type mode_t = u16; -pub const SYS_gettid: ::c_int = 224; - s! { pub struct sigaction { pub sa_sigaction: ::sighandler_t, @@ -10,3 +8,5 @@ s! { pub sa_restorer: ::dox::Option, } } + +pub const SYS_gettid: ::c_int = 224; diff --git a/src/unix/notbsd/android/b64.rs b/src/unix/notbsd/android/b64.rs index 36c9c0ed7d312..2749a6559a931 100644 --- a/src/unix/notbsd/android/b64.rs +++ b/src/unix/notbsd/android/b64.rs @@ -1,7 +1,5 @@ pub type mode_t = u32; -pub const SYS_gettid: ::c_int = 178; - s! { pub struct sigaction { pub sa_flags: ::c_uint, @@ -10,3 +8,5 @@ s! { _restorer: *mut ::c_void, } } + +pub const SYS_gettid: ::c_int = 178;