Skip to content

Commit d078048

Browse files
committed
1 parent 0fd3667 commit d078048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/hurd/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2734,6 +2734,8 @@ pub const MAP_FIXED: ::c_int = 256;
27342734
pub const MAP_NOEXTEND: ::c_int = 512;
27352735
pub const MAP_HASSEMAPHORE: ::c_int = 1024;
27362736
pub const MAP_INHERIT: ::c_int = 2048;
2737+
pub const MAP_32BIT: ::c_int = 4096;
2738+
pub const MAP_EXCL: ::c_int = 16384;
27372739
pub const MAP_FAILED: *mut ::c_void = !0 as *mut ::c_void;
27382740
pub const MADV_NORMAL: ::c_int = 0;
27392741
pub const MADV_RANDOM: ::c_int = 1;

0 commit comments

Comments
 (0)