File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,7 @@ pub const MAP_SHARED: ::c_int = 0x01;
680680pub const MAP_PRIVATE : :: c_int = 0x02 ;
681681pub const MAP_FIXED : :: c_int = 0x04 ;
682682pub const MAP_ANONYMOUS : :: c_int = 0x08 ;
683+ pub const MAP_NORESERVE : :: c_int = 0x10 ;
683684pub const MAP_ANON : :: c_int = MAP_ANONYMOUS ;
684685
685686pub const MAP_FAILED : * mut :: c_void = !0 as * mut :: c_void ;
@@ -786,6 +787,7 @@ pub const MADV_SEQUENTIAL: ::c_int = 2;
786787pub const MADV_RANDOM : :: c_int = 3 ;
787788pub const MADV_WILLNEED : :: c_int = 4 ;
788789pub const MADV_DONTNEED : :: c_int = 5 ;
790+ pub const MADV_FREE : :: c_int = 6 ;
789791
790792// https://github.com/haiku/haiku/blob/master/headers/posix/net/if.h#L80
791793pub const IFF_UP : :: c_int = 0x0001 ;
You can’t perform that action at this time.
0 commit comments