| author | |
| committer | |
| log | 46352f6bfe0a597670fbfc11f3e06f7cf038f2b5 |
| tree | fef43ad0d1dc7a18d8fd82c26482ae803a75f759 |
| parent | 531f3344dc219d851e652febebd698caa9d24d0f |
1 files changed, 0 insertions(+), 5 deletions(-)
std/io.zig-5| ... | ... | @@ -70,11 +70,6 @@ error Unseekable; |
| 70 | 70 | error EndOfFile; |
| 71 | 71 | error NoStdHandles; |
| 72 | 72 | |
| 73 | pub const OpenRead = 0b0001; | |
| 74 | pub const OpenWrite = 0b0010; | |
| 75 | pub const OpenCreate = 0b0100; | |
| 76 | pub const OpenTruncate = 0b1000; | |
| 77 | ||
| 78 | 73 | pub const OutStream = struct { |
| 79 | 74 | fd: if (is_posix) i32 else void, |
| 80 | 75 | handle_id: if (is_windows) system.DWORD else void, |