| author | |
| committer | |
| log | d36c18274813268fd9edb633a31dd9e94ae11040 |
| tree | d21f8b5103d9120add0e4b7ab8e27d9fa840a9e4 |
| parent | 517cfb0dd1e2b5b8efc8e90ce4e5593a38fa158c |
prevents unnecessary compilation errors on wasm32-freestanding1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/posix.zig+5| ... | ... | @@ -47,6 +47,11 @@ else switch (native_os) { |
| 47 | 47 | .plan9 => std.os.plan9, |
| 48 | 48 | else => struct { |
| 49 | 49 | pub const ucontext_t = void; |
| 50 | pub const pid_t = void; | |
| 51 | pub const pollfd = void; | |
| 52 | pub const fd_t = void; | |
| 53 | pub const uid_t = void; | |
| 54 | pub const gid_t = void; | |
| 50 | 55 | }, |
| 51 | 56 | }; |
| 52 | 57 |