| ... | @@ -12,8 +12,6 @@ pub const timespec = extern struct { | ... | @@ -12,8 +12,6 @@ pub const timespec = extern struct { |
| 12 | tv_nsec: isize, | 12 | tv_nsec: isize, |
| 13 | }; | 13 | }; |
| 14 | | 14 | |
| 15 | pub const PATH_MAX = 4096; // TODO verify this! | | |
| 16 | | | |
| 17 | // As defined in the wasi_snapshot_preview1 spec file: | 15 | // As defined in the wasi_snapshot_preview1 spec file: |
| 18 | // https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx | 16 | // https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx |
| 19 | pub const advice_t = u8; | 17 | pub const advice_t = u8; |