From cb39828ecd7ea5d2eac3076ad3dd1b6ef05e10d3 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 26 Mar 2017 17:07:34 -0700 Subject: Import subrepo libc/:libc at 05a2d197356ef253dfd985166576619ac9b6947f --- libc/src/unix/notbsd/android/b32/arm.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libc/src/unix/notbsd/android/b32/arm.rs (limited to 'libc/src/unix/notbsd/android/b32/arm.rs') diff --git a/libc/src/unix/notbsd/android/b32/arm.rs b/libc/src/unix/notbsd/android/b32/arm.rs new file mode 100644 index 0000000..1c9d033 --- /dev/null +++ b/libc/src/unix/notbsd/android/b32/arm.rs @@ -0,0 +1,6 @@ +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; -- cgit v1.2.1