We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56700d5 + e1d88cb commit 09d9209Copy full SHA for 09d9209
src/unix/bsd/freebsdlike/mod.rs
@@ -336,6 +336,7 @@ pub const MAP_SHARED: ::c_int = 0x0001;
336
pub const MAP_PRIVATE: ::c_int = 0x0002;
337
pub const MAP_FIXED: ::c_int = 0x0010;
338
pub const MAP_ANON: ::c_int = 0x1000;
339
+pub const MAP_ANONYMOUS: ::c_int = MAP_ANON;
340
341
pub const MAP_FAILED: *mut ::c_void = !0 as *mut ::c_void;
342
0 commit comments