File tree 5 files changed +8
-9
lines changed
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
2
-
3
1
pub type clock_t = :: c_long ;
4
2
pub type c_char = u8 ;
5
3
pub type wchar_t = u32 ;
@@ -52,3 +50,5 @@ pub const MSG_DONTROUTE: ::c_int = 0;
52
50
pub const MSG_WAITALL : :: c_int = 0 ;
53
51
pub const MSG_MORE : :: c_int = 0 ;
54
52
pub const MSG_NOSIGNAL : :: c_int = 0 ;
53
+
54
+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
Original file line number Diff line number Diff line change 1
- pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
2
-
3
1
pub type clock_t = :: c_long ;
4
2
pub type c_char = u8 ;
5
3
pub type wchar_t = u32 ;
@@ -54,3 +52,5 @@ pub const MSG_DONTROUTE: ::c_int = 0;
54
52
pub const MSG_WAITALL : :: c_int = 0 ;
55
53
pub const MSG_MORE : :: c_int = 0 ;
56
54
pub const MSG_NOSIGNAL : :: c_int = 0 ;
55
+
56
+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
Original file line number Diff line number Diff line change 1
- pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
2
-
3
1
pub type clock_t = :: c_ulong ;
4
2
pub type c_char = i8 ;
5
3
pub type wchar_t = u32 ;
@@ -103,3 +101,5 @@ extern "C" {
103
101
#[ link_name = "lwip_recvmsg" ]
104
102
pub fn recvmsg ( s : :: c_int , msg : * mut :: msghdr , flags : :: c_int ) -> :: ssize_t ;
105
103
}
104
+
105
+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
Original file line number Diff line number Diff line change 139
139
pub tm_isdst: :: c_int,
140
140
}
141
141
142
-
143
142
pub struct statvfs {
144
143
pub f_bsize: :: c_ulong,
145
144
pub f_frsize: :: c_ulong,
Original file line number Diff line number Diff line change 1
- pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
2
-
3
1
pub type clock_t = :: c_ulong ;
4
2
pub type c_char = u8 ;
5
3
pub type wchar_t = :: c_int ;
6
4
7
5
pub type c_long = i32 ;
8
6
pub type c_ulong = u32 ;
9
7
8
+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
9
+
10
10
// the newlib shipped with devkitPPC does not support the following components:
11
11
// - sockaddr
12
12
// - AF_INET6
You can’t perform that action at this time.
0 commit comments