| author | |
| committer | |
| log | 6fc5923a545952ed66e74f1018b86d3294f5810d |
| tree | dee2ff689a363abcc40e30cebb0af1416db4a541 |
| parent | 3a08d2f162de86e2613392c78e75df3b3a19aaf8 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c.zig+1-1| ... | ... | @@ -1599,7 +1599,7 @@ pub const MADV = switch (native_os) { |
| 1599 | 1599 | pub const SEQUENTIAL = 0x5; |
| 1600 | 1600 | pub const RANDOM = 0x6; |
| 1601 | 1601 | }, |
| 1602 | .netbsd => struct { | |
| 1602 | .netbsd, .openbsd => struct { | |
| 1603 | 1603 | pub const NORMAL = 0; |
| 1604 | 1604 | pub const RANDOM = 1; |
| 1605 | 1605 | pub const SEQUENTIAL = 2; |