| ... | ... | @@ -446,7 +446,6 @@ pub const MAP = struct { |
| 446 | 446 | pub const ANON = 0x0008; |
| 447 | 447 | pub const ANONYMOUS = ANON; |
| 448 | 448 | pub const FILE = 0; |
| 449 | | |
| 450 | 449 | }; |
| 451 | 450 | |
| 452 | 451 | pub const W = struct { |
| ... | ... | @@ -570,7 +569,6 @@ pub const O = struct { |
| 570 | 569 | pub const RDWR = 0x0002; |
| 571 | 570 | pub const ACCMODE = 0x0003; |
| 572 | 571 | |
| 573 | | |
| 574 | 572 | pub const CREAT = 0x0200; |
| 575 | 573 | pub const EXCL = 0x0800; |
| 576 | 574 | pub const NOCTTY = 0x8000; |
| ... | ... | @@ -1439,5 +1437,4 @@ pub const termios = extern struct { |
| 1439 | 1437 | cc_t: [NCCS]cc_t, |
| 1440 | 1438 | }; |
| 1441 | 1439 | |
| 1442 | | pub const MSG_NOSIGNAL = 0x0800; |
| 1443 | | |
| 1440 | pub const MSG_NOSIGNAL = 0x0800; |