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
643643MAP_REMAPDUP
644644MAP_RENAME
645645MAP_STACK
646+ MAP_TRYFIXED
646647MAP_WIRED
647648MAXFREQ
648649MAXPHASE
Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ MAP_NOEXTEND
486486MAP_NORESERVE
487487MAP_RENAME
488488MAP_STACK
489+ MAP_TRYFIXED
489490MCL_CURRENT
490491MCL_FUTURE
491492MDMBUF
Original file line number Diff line number Diff line change @@ -1701,6 +1701,7 @@ pub const O_DSYNC: ::c_int = 0x10000;
17011701pub const MAP_RENAME : :: c_int = 0x20 ;
17021702pub const MAP_NORESERVE : :: c_int = 0x40 ;
17031703pub const MAP_HASSEMAPHORE : :: c_int = 0x200 ;
1704+ pub const MAP_TRYFIXED : :: c_int = 0x400 ;
17041705pub const MAP_WIRED : :: c_int = 0x800 ;
17051706pub const MAP_STACK : :: c_int = 0x2000 ;
17061707// 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;
12291229pub const MAP_RENAME : :: c_int = 0x0000 ;
12301230pub const MAP_NORESERVE : :: c_int = 0x0000 ;
12311231pub const MAP_HASSEMAPHORE : :: c_int = 0x0000 ;
1232+ pub const MAP_TRYFIXED : :: c_int = 0 ;
12321233
12331234pub const EIPSEC : :: c_int = 82 ;
12341235pub const ENOMEDIUM : :: c_int = 85 ;
You can’t perform that action at this time.
0 commit comments