| author | |
| committer | |
| log | 67fa5664b71202a2b288aa94b9c1bf10de9bdac3 |
| tree | 11d5e3497a540870c712099b28f96d47f8833ddd |
| parent | ba5d9d5a4198e49c6b9c1d02e4f97e24412f8f65 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/posix.zig+1| ... | @@ -47,6 +47,7 @@ else switch (native_os) { | ... | @@ -47,6 +47,7 @@ else switch (native_os) { |
| 47 | .linux => linux, | 47 | .linux => linux, |
| 48 | .plan9 => std.os.plan9, | 48 | .plan9 => std.os.plan9, |
| 49 | else => struct { | 49 | else => struct { |
| 50 | pub const getcontext = {}; | ||
| 50 | pub const ucontext_t = void; | 51 | pub const ucontext_t = void; |
| 51 | pub const pid_t = void; | 52 | pub const pid_t = void; |
| 52 | pub const pollfd = void; | 53 | pub const pollfd = void; |