File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2592,7 +2592,7 @@ pub mod consts {
2592
2592
pub static PROT_GROWSUP : c_int = 0x020000000 ;
2593
2593
2594
2594
pub static MAP_TYPE : c_int = 0x000f ;
2595
- pub static MAP_ANONONYMOUS : c_int = 0x0020 ;
2595
+ pub static MAP_ANONYMOUS : c_int = 0x0020 ;
2596
2596
pub static MAP_32BIT : c_int = 0x0040 ;
2597
2597
pub static MAP_GROWSDOWN : c_int = 0x0100 ;
2598
2598
pub static MAP_DENYWRITE : c_int = 0x0800 ;
@@ -2615,7 +2615,7 @@ pub mod consts {
2615
2615
pub static PROT_GROWSUP : c_int = 0x02000000 ;
2616
2616
2617
2617
pub static MAP_TYPE : c_int = 0x000f ;
2618
- pub static MAP_ANONONYMOUS : c_int = 0x0800 ;
2618
+ pub static MAP_ANONYMOUS : c_int = 0x0800 ;
2619
2619
pub static MAP_GROWSDOWN : c_int = 0x01000 ;
2620
2620
pub static MAP_DENYWRITE : c_int = 0x02000 ;
2621
2621
pub static MAP_EXECUTABLE : c_int = 0x04000 ;
You can’t perform that action at this time.
0 commit comments