Skip to content

Commit dd3b423

Browse files
committed
Fix some more style
1 parent 518e09f commit dd3b423

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/unix/notbsd/android/b32.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
pub type mode_t = u16;
22

3-
pub const SYS_gettid: ::c_int = 224;
4-
53
s! {
64
pub struct sigaction {
75
pub sa_sigaction: ::sighandler_t,
@@ -10,3 +8,5 @@ s! {
108
pub sa_restorer: ::dox::Option<extern fn()>,
119
}
1210
}
11+
12+
pub const SYS_gettid: ::c_int = 224;

src/unix/notbsd/android/b64.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
pub type mode_t = u32;
22

3-
pub const SYS_gettid: ::c_int = 178;
4-
53
s! {
64
pub struct sigaction {
75
pub sa_flags: ::c_uint,
@@ -10,3 +8,5 @@ s! {
108
_restorer: *mut ::c_void,
119
}
1210
}
11+
12+
pub const SYS_gettid: ::c_int = 178;

0 commit comments

Comments
 (0)