mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.posix: mark getcontext as unsupported by default
This commit is contained in:
parent
ba5d9d5a41
commit
67fa5664b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue