summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/unix/newlib/powerpc/mod.rs
blob: 6bed1ce27acbf30606bb8207cceadbca7a40a0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub type clock_t = ::c_ulong;
pub type c_char = u8;
pub type wchar_t = ::c_int;

pub type c_long = i32;
pub type c_ulong = u32;

pub use crate::unix::newlib::generic::{sigset_t, stat};

// the newlib shipped with devkitPPC does not support the following components:
// - sockaddr
// - AF_INET6
// - FIONBIO
// - POLL*
// - SOL_SOCKET
// - MSG_*