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 1eeba38 + a5bfa1a commit b43f986Copy full SHA for b43f986
src/unix/bsd/apple/mod.rs
@@ -772,6 +772,7 @@ pub const MAP_SHARED: ::c_int = 0x0001;
772
pub const MAP_PRIVATE: ::c_int = 0x0002;
773
pub const MAP_FIXED: ::c_int = 0x0010;
774
pub const MAP_ANON: ::c_int = 0x1000;
775
+pub const MAP_ANONYMOUS: ::c_int = MAP_ANON;
776
777
pub const VM_FLAGS_FIXED: ::c_int = 0x0000;
778
pub const VM_FLAGS_ANYWHERE: ::c_int = 0x0001;
0 commit comments