aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/notbsd/android/b32/x86.rs
blob: c4b8197de55bcfce4d217bd7673bb6f72719a7d3 (plain)
1
2
3
4
5
6
pub type c_char = i8;
pub type wchar_t = i32;

pub const O_DIRECT: ::c_int = 0x4000;
pub const O_DIRECTORY: ::c_int = 0x10000;
pub const O_NOFOLLOW: ::c_int = 0x20000;