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.
1 parent 53ce57e commit a7c0dcfCopy full SHA for a7c0dcf
src/unix/solarish/mod.rs
@@ -1010,6 +1010,7 @@ pub const MAP_PRIVATE: ::c_int = 0x0002;
1010
pub const MAP_FIXED: ::c_int = 0x0010;
1011
pub const MAP_NORESERVE: ::c_int = 0x40;
1012
pub const MAP_ANON: ::c_int = 0x0100;
1013
+pub const MAP_ANONYMOUS: ::c_int = 0x0100;
1014
pub const MAP_RENAME: ::c_int = 0x20;
1015
pub const MAP_ALIGN: ::c_int = 0x200;
1016
pub const MAP_TEXT: ::c_int = 0x400;
0 commit comments