From bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 16 Sep 2017 08:42:30 -0700 Subject: Update libc crate to 0.2.30 Import subrepo libc/:libc at 3520512a8c9cb55661910318a6fb169a75c02a59 --- libc/src/unix/notbsd/android/b32/arm.rs | 6 ++++++ 1 file changed, 6 insertions(+) (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 index 1c9d033..c38f644 100644 --- a/libc/src/unix/notbsd/android/b32/arm.rs +++ b/libc/src/unix/notbsd/android/b32/arm.rs @@ -4,3 +4,9 @@ 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; -- cgit v1.2.1