aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/notbsd/android/b32/arm.rs
blob: c38f64428a1192934d54f5fbb87e1350d77e4a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pub type c_char = u8;
pub type wchar_t = u32;

pub const O_DIRECT: ::c_int = 0x10000;
pub const O_DIRECTORY: ::c_int = 0x4000;
pub const O_NOFOLLOW: ::c_int = 0x8000;
pub const O_LARGEFILE: ::c_int = 0o400000;

pub const SYS_pivot_root: ::c_long = 218;
pub const SYS_gettid: ::c_long = 224;
pub const SYS_perf_event_open: ::c_long = 364;
pub const SYS_memfd_create: ::c_long = 385;