]> git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/notbsd/linux/other/b32/powerpc.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / liblibc / src / unix / notbsd / linux / other / b32 / powerpc.rs
1 pub type c_char = u8;
2 pub type wchar_t = i32;
3
4 pub const O_DIRECT: ::c_int = 0x20000;
5 pub const O_DIRECTORY: ::c_int = 0x4000;
6 pub const O_NOFOLLOW: ::c_int = 0x8000;
7
8 pub const MAP_LOCKED: ::c_int = 0x00080;
9 pub const MAP_NORESERVE: ::c_int = 0x00040;
10
11 pub const EDEADLOCK: ::c_int = 58;
12
13 pub const SO_PEERCRED: ::c_int = 21;
14 pub const SO_RCVLOWAT: ::c_int = 16;
15 pub const SO_SNDLOWAT: ::c_int = 17;
16 pub const SO_RCVTIMEO: ::c_int = 18;
17 pub const SO_SNDTIMEO: ::c_int = 19;
18
19 pub const FIOCLEX: ::c_ulong = 0x20006601;
20 pub const FIONBIO: ::c_ulong = 0x8004667e;
21
22 pub const SYS_gettid: ::c_long = 207;
23 pub const SYS_perf_event_open: ::c_long = 319;