std.posix: mark getcontext as unsupported by default

This commit is contained in:
mlugg 2025-09-05 15:17:49 +01:00
parent ba5d9d5a41
commit 67fa5664b7
No known key found for this signature in database
GPG key ID: 3F5B7DCCBF4AF02E

View file

@ -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;