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