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/bsd/freebsdlike/freebsd/aarch64.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs') diff --git a/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs b/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs index a2da845..3d61f88 100644 --- a/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +++ b/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs @@ -28,3 +28,5 @@ s! { pub st_birthtime_nsec: ::c_long, } } + +pub const MAP_32BIT: ::c_int = 0x00080000; -- cgit v1.2.1