std.c: fix definition of Sigaction for haiku

This commit is contained in:
Elaine Gibson
2026-04-14 19:10:05 +01:00
parent e8a683a0f9
commit 7f71fe5bc7
+2 -2
View File
@@ -3260,8 +3260,8 @@ pub const Sigaction = switch (native_os) {
/// signal handler
handler: extern union {
handler: handler_fn,
sigaction: sigaction_fn,
handler: ?handler_fn,
sigaction: ?sigaction_fn,
},
/// signal mask to apply