Skip to content

Commit

Permalink
Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 18, 2016
2 parents 1b1eea2 + 2cc90c7 commit 16f1c19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/unix/notbsd/android/b32.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pub type mode_t = u16;

s! {
pub struct sigaction {
pub sa_sigaction: ::sighandler_t,
Expand Down
2 changes: 2 additions & 0 deletions src/unix/notbsd/android/b64.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pub type mode_t = u32;

s! {
pub struct sigaction {
pub sa_flags: ::c_uint,
Expand Down
1 change: 0 additions & 1 deletion src/unix/notbsd/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub type ino_t = u32;
pub type blkcnt_t = u32;
pub type blksize_t = u32;
pub type dev_t = u32;
pub type mode_t = u16;
pub type nlink_t = u32;
pub type useconds_t = u32;
pub type socklen_t = i32;
Expand Down

0 comments on commit 16f1c19

Please sign in to comment.