File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,7 @@ MAP_NORESERVE
643
643
MAP_REMAPDUP
644
644
MAP_RENAME
645
645
MAP_STACK
646
+ MAP_TRYFIXED
646
647
MAP_WIRED
647
648
MAXFREQ
648
649
MAXPHASE
Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ MAP_NOEXTEND
486
486
MAP_NORESERVE
487
487
MAP_RENAME
488
488
MAP_STACK
489
+ MAP_TRYFIXED
489
490
MCL_CURRENT
490
491
MCL_FUTURE
491
492
MDMBUF
Original file line number Diff line number Diff line change @@ -1701,6 +1701,7 @@ pub const O_DSYNC: ::c_int = 0x10000;
1701
1701
pub const MAP_RENAME : :: c_int = 0x20 ;
1702
1702
pub const MAP_NORESERVE : :: c_int = 0x40 ;
1703
1703
pub const MAP_HASSEMAPHORE : :: c_int = 0x200 ;
1704
+ pub const MAP_TRYFIXED : :: c_int = 0x400 ;
1704
1705
pub const MAP_WIRED : :: c_int = 0x800 ;
1705
1706
pub const MAP_STACK : :: c_int = 0x2000 ;
1706
1707
// map alignment aliases for MAP_ALIGNED
Original file line number Diff line number Diff line change @@ -1229,6 +1229,7 @@ pub const O_DSYNC: ::c_int = 128;
1229
1229
pub const MAP_RENAME : :: c_int = 0x0000 ;
1230
1230
pub const MAP_NORESERVE : :: c_int = 0x0000 ;
1231
1231
pub const MAP_HASSEMAPHORE : :: c_int = 0x0000 ;
1232
+ pub const MAP_TRYFIXED : :: c_int = 0 ;
1232
1233
1233
1234
pub const EIPSEC : :: c_int = 82 ;
1234
1235
pub const ENOMEDIUM : :: c_int = 85 ;
You can’t perform that action at this time.
0 commit comments