authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-09-05 15:17:49+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-09-30 13:44:51+01:00
log67fa5664b71202a2b288aa94b9c1bf10de9bdac3
tree11d5e3497a540870c712099b28f96d47f8833ddd
parentba5d9d5a4198e49c6b9c1d02e4f97e24412f8f65
signaturelock-open Commit is signed but in an unrecognized format.

std.posix: mark getcontext as unsupported by default


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;