Skip to content

Commit

Permalink
Fix some more style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 6, 2016
1 parent 518e09f commit dd3b423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/unix/notbsd/android/b32.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -10,3 +8,5 @@ s! {
pub sa_restorer: ::dox::Option<extern fn()>,
}
}

pub const SYS_gettid: ::c_int = 224;
4 changes: 2 additions & 2 deletions src/unix/notbsd/android/b64.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -10,3 +8,5 @@ s! {
_restorer: *mut ::c_void,
}
}

pub const SYS_gettid: ::c_int = 178;

0 comments on commit dd3b423

Please sign in to comment.