We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b49b1 commit 0fd3667Copy full SHA for 0fd3667
src/unix/hurd/mod.rs
@@ -2732,7 +2732,7 @@ pub const MAP_SHARED: ::c_int = 16;
2732
pub const MAP_PRIVATE: ::c_int = 0;
2733
pub const MAP_FIXED: ::c_int = 256;
2734
pub const MAP_NOEXTEND: ::c_int = 512;
2735
-pub const MAP_HASSEMPHORE: ::c_int = 1024;
+pub const MAP_HASSEMAPHORE: ::c_int = 1024;
2736
pub const MAP_INHERIT: ::c_int = 2048;
2737
pub const MAP_FAILED: *mut ::c_void = !0 as *mut ::c_void;
2738
pub const MADV_NORMAL: ::c_int = 0;
0 commit comments