mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
std.c: fix definition of Sigaction for haiku
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user