File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3134,7 +3134,7 @@ pub mod consts {
3134
3134
pub const MAP_FIXED : c_int = 0x0010 ;
3135
3135
pub const MAP_ANON : c_int = 0x0800 ;
3136
3136
3137
- pub const MAP_FAILED : * mut c_void = - 1 as * mut c_void ;
3137
+ pub const MAP_FAILED : * mut c_void = ! 0 as * mut c_void ;
3138
3138
3139
3139
pub const MCL_CURRENT : c_int = 0x0001 ;
3140
3140
pub const MCL_FUTURE : c_int = 0x0002 ;
@@ -3870,7 +3870,7 @@ pub mod consts {
3870
3870
pub const MAP_FIXED : c_int = 0x0010 ;
3871
3871
pub const MAP_ANON : c_int = 0x1000 ;
3872
3872
3873
- pub const MAP_FAILED : * mut c_void = - 1 as * mut c_void ;
3873
+ pub const MAP_FAILED : * mut c_void = ! 0 as * mut c_void ;
3874
3874
3875
3875
pub const MCL_CURRENT : c_int = 0x0001 ;
3876
3876
pub const MCL_FUTURE : c_int = 0x0002 ;
@@ -4324,7 +4324,7 @@ pub mod consts {
4324
4324
pub const MAP_FIXED : c_int = 0x0010 ;
4325
4325
pub const MAP_ANON : c_int = 0x1000 ;
4326
4326
4327
- pub const MAP_FAILED : * mut c_void = - 1 as * mut c_void ;
4327
+ pub const MAP_FAILED : * mut c_void = ! 0 as * mut c_void ;
4328
4328
4329
4329
pub const MCL_CURRENT : c_int = 0x0001 ;
4330
4330
pub const MCL_FUTURE : c_int = 0x0002 ;
You can’t perform that action at this time.
0 commit comments