zig/lib/std/os
Pat Tullmann 120c4789c3 sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
By returning an initialized sigset (instead of taking the set as an output
parameter), these functions can be used to directly initialize the `mask`
parameter of a `Sigaction` instance.
2025-04-30 20:32:04 -07:00
..
linux sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi fix review 2025-04-04 12:42:28 +01:00
windows support more process creation options on Windows 2025-03-25 23:48:27 +01:00
emscripten.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
linux.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
plan9.zig sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t 2025-04-30 20:32:04 -07:00
uefi.zig std.start: allow return uefi error union in main (#23425) 2025-04-01 17:10:10 +00:00
wasi.zig wasi: fix wasm-wasi-musl constants 2025-02-09 09:08:11 +01:00
windows.zig Fix Unexpected error for 1453 on Windows (#23729) 2025-04-30 22:48:16 +00:00