mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Reexport wchar_t, c_schar
This commit is contained in:
+2
-2
@@ -92,8 +92,8 @@
|
||||
pub use types::os::common::bsd44::{ip_mreq, ip6_mreq, sockaddr, sockaddr_un};
|
||||
pub use types::os::common::bsd44::{sa_family_t, sockaddr_in, sockaddr_in6, socklen_t};
|
||||
pub use types::os::arch::c95::{c_char, c_double, c_float, c_int, c_uint};
|
||||
pub use types::os::arch::c95::{c_long, c_short, c_uchar, c_ulong};
|
||||
pub use types::os::arch::c95::{c_ushort, clock_t, ptrdiff_t};
|
||||
pub use types::os::arch::c95::{c_long, c_short, c_uchar, c_ulong, wchar_t};
|
||||
pub use types::os::arch::c95::{c_ushort, clock_t, ptrdiff_t, c_schar};
|
||||
pub use types::os::arch::c95::{size_t, time_t, suseconds_t};
|
||||
pub use types::os::arch::c99::{c_longlong, c_ulonglong};
|
||||
pub use types::os::arch::c99::{intptr_t, uintptr_t};
|
||||
|
||||
Reference in New Issue
Block a user