We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 810b8c6 + 4bdf042 commit 75ecc98Copy full SHA for 75ecc98
libc-test/Cargo.toml
@@ -10,7 +10,7 @@ default-features = false
10
11
[build-dependencies]
12
cc = "1.0"
13
-ctest = "0.2.8"
+ctest = "0.2"
14
15
[features]
16
default = [ "use_std" ]
src/unix/solarish/mod.rs
@@ -15,9 +15,11 @@ pub type ino_t = ::c_ulong;
pub type key_t = ::c_int;
pub type major_t = ::c_uint;
17
pub type minor_t = ::c_uint;
18
-pub type mode_t = ::c_uint;
+pub type mode_t
19
+ = ::c_uint;
20
pub type nlink_t = ::c_uint;
-pub type rlim_t = ::c_ulong;
21
+pub type rlim_t
22
+ = ::c_ulong;
23
pub type speed_t = ::c_uint;
24
pub type tcflag_t = ::c_uint;
25
pub type time_t = ::c_long;
0 commit comments