mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00: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
Reference in a new issue