]>
git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/notbsd/linux/other/b32/arm.rs
2 pub type wchar_t
= u32;
4 pub const O_DIRECT
: ::c_int
= 0x10000;
5 pub const O_DIRECTORY
: ::c_int
= 0x4000;
6 pub const O_NOFOLLOW
: ::c_int
= 0x8000;
8 pub const MAP_LOCKED
: ::c_int
= 0x02000;
9 pub const MAP_NORESERVE
: ::c_int
= 0x04000;
11 pub const EDEADLOCK
: ::c_int
= 35;
13 pub const SO_PEERCRED
: ::c_int
= 17;
14 pub const SO_RCVLOWAT
: ::c_int
= 18;
15 pub const SO_SNDLOWAT
: ::c_int
= 19;
16 pub const SO_RCVTIMEO
: ::c_int
= 20;
17 pub const SO_SNDTIMEO
: ::c_int
= 21;
19 pub const FIOCLEX
: ::c_ulong
= 0x5451;
20 pub const FIONBIO
: ::c_ulong
= 0x5421;
22 pub const SYS_gettid
: ::c_long
= 224;
23 pub const SYS_perf_event_open
: ::c_long
= 364;