Skip to content

Commit 16f1c19

Browse files
committed
Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/libc
2 parents 1b1eea2 + 2cc90c7 commit 16f1c19

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/unix/notbsd/android/b32.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pub type mode_t = u16;
2+
13
s! {
24
pub struct sigaction {
35
pub sa_sigaction: ::sighandler_t,

src/unix/notbsd/android/b64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pub type mode_t = u32;
2+
13
s! {
24
pub struct sigaction {
35
pub sa_flags: ::c_uint,

src/unix/notbsd/android/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub type ino_t = u32;
1313
pub type blkcnt_t = u32;
1414
pub type blksize_t = u32;
1515
pub type dev_t = u32;
16-
pub type mode_t = u16;
1716
pub type nlink_t = u32;
1817
pub type useconds_t = u32;
1918
pub type socklen_t = i32;

0 commit comments

Comments
 (0)