| author | |
| committer | |
| log | 71c86e1d28b0205a3417f93a41b794f656625355 |
| tree | a54c242c275e78ea7fa349d9eaf80486d99c21be |
| parent | 894cb5a1fc51e457065d2ec8820863a00e7d96e4 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/posix.zig+2| ... | ... | @@ -52,6 +52,8 @@ else switch (native_os) { |
| 52 | 52 | pub const fd_t = void; |
| 53 | 53 | pub const uid_t = void; |
| 54 | 54 | pub const gid_t = void; |
| 55 | pub const mode_t = void; | |
| 56 | pub const ino_t = void; | |
| 55 | 57 | }, |
| 56 | 58 | }; |
| 57 | 59 |