File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 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-
31pub type clock_t = :: c_long ;
42pub type c_char = u8 ;
53pub type wchar_t = u32 ;
@@ -52,3 +50,5 @@ pub const MSG_DONTROUTE: ::c_int = 0;
5250pub const MSG_WAITALL : :: c_int = 0 ;
5351pub const MSG_MORE : :: c_int = 0 ;
5452pub 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-
31pub type clock_t = :: c_long ;
42pub type c_char = u8 ;
53pub type wchar_t = u32 ;
@@ -54,3 +52,5 @@ pub const MSG_DONTROUTE: ::c_int = 0;
5452pub const MSG_WAITALL : :: c_int = 0 ;
5553pub const MSG_MORE : :: c_int = 0 ;
5654pub 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-
31pub type clock_t = :: c_ulong ;
42pub type c_char = i8 ;
53pub type wchar_t = u32 ;
@@ -103,3 +101,5 @@ extern "C" {
103101 #[ link_name = "lwip_recvmsg" ]
104102 pub fn recvmsg ( s : :: c_int , msg : * mut :: msghdr , flags : :: c_int ) -> :: ssize_t ;
105103}
104+
105+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
Original file line number Diff line number Diff line change 139139 pub tm_isdst: :: c_int,
140140 }
141141
142-
143142 pub struct statvfs {
144143 pub f_bsize: :: c_ulong,
145144 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-
31pub type clock_t = :: c_ulong ;
42pub type c_char = u8 ;
53pub type wchar_t = :: c_int ;
64
75pub type c_long = i32 ;
86pub type c_ulong = u32 ;
97
8+ pub use crate :: unix:: newlib:: generic:: { sigset_t, stat} ;
9+
1010// the newlib shipped with devkitPPC does not support the following components:
1111// - sockaddr
1212// - AF_INET6
You can’t perform that action at this time.
0 commit comments