]> git.proxmox.com Git - rustc.git/blame - src/liblibc/src/unix/notbsd/linux/other/b32/arm.rs
Imported Upstream version 1.7.0+dfsg1
[rustc.git] / src / liblibc / src / unix / notbsd / linux / other / b32 / arm.rs
CommitLineData
92a42be0
SL
1pub type c_char = u8;
2pub type wchar_t = u32;
9cc50fc6
SL
3
4pub const O_DIRECT: ::c_int = 0x10000;
5pub const O_DIRECTORY: ::c_int = 0x4000;
6pub const O_NOFOLLOW: ::c_int = 0x8000;
7
8pub const MAP_LOCKED: ::c_int = 0x02000;
9pub const MAP_NORESERVE: ::c_int = 0x04000;
10
11pub const EDEADLOCK: ::c_int = 35;
12
13pub const SO_PEERCRED: ::c_int = 17;
14pub const SO_RCVLOWAT: ::c_int = 18;
15pub const SO_SNDLOWAT: ::c_int = 19;
16pub const SO_RCVTIMEO: ::c_int = 20;
17pub const SO_SNDTIMEO: ::c_int = 21;
18
19pub const FIOCLEX: ::c_ulong = 0x5451;
20pub const FIONBIO: ::c_ulong = 0x5421;