Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/libc

This commit is contained in:
Alex Crichton 2016-02-18 09:40:45 -08:00
commit 16f1c190af
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
pub type mode_t = u16;
s! {
pub struct sigaction {
pub sa_sigaction: ::sighandler_t,

View File

@ -1,3 +1,5 @@
pub type mode_t = u32;
s! {
pub struct sigaction {
pub sa_flags: ::c_uint,

View File

@ -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;