Skip to content

Commit 0fd3667

Browse files
committed
1 parent 93b49b1 commit 0fd3667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/hurd/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ pub const MAP_SHARED: ::c_int = 16;
27322732
pub const MAP_PRIVATE: ::c_int = 0;
27332733
pub const MAP_FIXED: ::c_int = 256;
27342734
pub const MAP_NOEXTEND: ::c_int = 512;
2735-
pub const MAP_HASSEMPHORE: ::c_int = 1024;
2735+
pub const MAP_HASSEMAPHORE: ::c_int = 1024;
27362736
pub const MAP_INHERIT: ::c_int = 2048;
27372737
pub const MAP_FAILED: *mut ::c_void = !0 as *mut ::c_void;
27382738
pub const MADV_NORMAL: ::c_int = 0;

0 commit comments

Comments
 (0)