| author | |
| committer | |
| log | fc77e393fdbaf874ab22d528ba2bc3d63836b439 |
| tree | 67c28024352914d01656fd8000cc910ccd373d33 |
| parent | b8112b3d17c678456fa19d600aeaf78c787ca8bc |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/os/bits/wasi.zig-2| ... | ... | @@ -12,8 +12,6 @@ pub const timespec = extern struct { |
| 12 | 12 | tv_nsec: isize, |
| 13 | 13 | }; |
| 14 | 14 | |
| 15 | pub const PATH_MAX = 4096; // TODO verify this! | |
| 16 | ||
| 17 | 15 | // As defined in the wasi_snapshot_preview1 spec file: |
| 18 | 16 | // https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx |
| 19 | 17 | pub const advice_t = u8; |