| ... | @@ -410,6 +410,12 @@ pub const MAP = struct { | ... | @@ -410,6 +410,12 @@ pub const MAP = struct { |
| 410 | pub const NORESERVE = 0x10; | 410 | pub const NORESERVE = 0x10; |
| 411 | }; | 411 | }; |
| 412 | | 412 | |
| | 413 | pub const MSF = struct { |
| | 414 | pub const ASYNC = 1; |
| | 415 | pub const INVALIDATE = 2; |
| | 416 | pub const SYNC = 4; |
| | 417 | }; |
| | 418 | |
| 413 | pub const W = struct { | 419 | pub const W = struct { |
| 414 | pub const NOHANG = 0x1; | 420 | pub const NOHANG = 0x1; |
| 415 | pub const UNTRACED = 0x2; | 421 | pub const UNTRACED = 0x2; |