We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1eea2 commit 2cc90c7Copy full SHA for 2cc90c7
src/unix/notbsd/android/b32.rs
@@ -1,3 +1,5 @@
1
+pub type mode_t = u16;
2
+
3
s! {
4
pub struct sigaction {
5
pub sa_sigaction: ::sighandler_t,
src/unix/notbsd/android/b64.rs
+pub type mode_t = u32;
pub sa_flags: ::c_uint,
src/unix/notbsd/android/mod.rs
@@ -13,7 +13,6 @@ pub type ino_t = u32;
13
pub type blkcnt_t = u32;
14
pub type blksize_t = u32;
15
pub type dev_t = u32;
16
-pub type mode_t = u16;
17
pub type nlink_t = u32;
18
pub type useconds_t = u32;
19
pub type socklen_t = i32;
0 commit comments