Commit 67fa5664b7

mlugg <mlugg@mlugg.co.uk>
2025-09-05 16:17:49
std.posix: mark getcontext as unsupported by default
1 parent ba5d9d5
Changed files (1)
lib
lib/std/posix.zig
@@ -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;