mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.posix: mark getcontext as unsupported by default
This commit is contained in:
parent
ba5d9d5a41
commit
67fa5664b7
@ -47,6 +47,7 @@ else switch (native_os) {
|
||||
.linux => linux,
|
||||
.plan9 => std.os.plan9,
|
||||
else => struct {
|
||||
pub const getcontext = {};
|
||||
pub const ucontext_t = void;
|
||||
pub const pid_t = void;
|
||||
pub const pollfd = void;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user