| author | |
| committer | |
| log | cc1a96881c7b15d850f9cd4b32019fd66fc8d3b0 |
| tree | 230b9d18096b9a2aa48dac34205d24f8fa6212a1 |
| parent | c1da2e8a31858880eb3e4cfcf12de0a865617623 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
allocating_writer.zig+1| ... | ... | @@ -4,6 +4,7 @@ const builtin = @import("builtin"); |
| 4 | 4 | |
| 5 | 5 | const sys = switch (builtin.target.os.tag) { |
| 6 | 6 | .linux => @import("sys-linux"), |
| 7 | .macos => @import("sys-darwin"), | |
| 7 | 8 | else => unreachable, |
| 8 | 9 | }; |
| 9 | 10 |