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/b64/aarch64.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libc/src/unix/notbsd/android/b64/aarch64.rs') diff --git a/libc/src/unix/notbsd/android/b64/aarch64.rs b/libc/src/unix/notbsd/android/b64/aarch64.rs index 89c505d..f08f4f1 100644 --- a/libc/src/unix/notbsd/android/b64/aarch64.rs +++ b/libc/src/unix/notbsd/android/b64/aarch64.rs @@ -52,5 +52,12 @@ s! { 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 = 41; pub const SYS_gettid: ::c_long = 178; +pub const SYS_perf_event_open: ::c_long = 241; +pub const SYS_memfd_create: ::c_long = 279; + +pub const SIGSTKSZ: ::size_t = 16384; +pub const MINSIGSTKSZ: ::size_t = 5120; -- cgit v1.2.1