File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ pub const FILF_AUTO: ::c_int = 0x2;
54
54
pub const FILF_BYPASS : :: c_int = 0x4 ;
55
55
pub const SOL_FILTER : :: c_int = 0xfffc ;
56
56
57
+ pub const MADV_PURGE : :: c_int = 9 ;
58
+
57
59
pub const MR_HDR_AOUT : :: c_uint = 0x3 ;
58
60
59
61
pub const B1000000 : :: speed_t = 24 ;
Original file line number Diff line number Diff line change @@ -1440,6 +1440,7 @@ pub const MAP_RENAME: ::c_int = 0x20;
1440
1440
pub const MAP_ALIGN : :: c_int = 0x200 ;
1441
1441
pub const MAP_TEXT : :: c_int = 0x400 ;
1442
1442
pub const MAP_INITDATA : :: c_int = 0x800 ;
1443
+ pub const MAP_32BIT : :: c_int = 0x80 ;
1443
1444
pub const MAP_FAILED : * mut :: c_void = !0 as * mut :: c_void ;
1444
1445
1445
1446
pub const MCL_CURRENT : :: c_int = 0x0001 ;
@@ -1683,6 +1684,9 @@ pub const MADV_SEQUENTIAL: ::c_int = 2;
1683
1684
pub const MADV_WILLNEED : :: c_int = 3 ;
1684
1685
pub const MADV_DONTNEED : :: c_int = 4 ;
1685
1686
pub const MADV_FREE : :: c_int = 5 ;
1687
+ pub const MADV_ACCESS_DEFAULT : :: c_int = 6 ;
1688
+ pub const MADV_ACCESS_LWP : :: c_int = 7 ;
1689
+ pub const MADV_ACCESS_MANY : :: c_int = 8 ;
1686
1690
1687
1691
pub const AF_UNSPEC : :: c_int = 0 ;
1688
1692
pub const AF_UNIX : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments