zig/lib/std/os/bits
LemonBoy fc70db5ab5 std: Fixes for siginfo test on macos
Xnu's sigaction() only supports fetching a limited set of sa_flags, test
SA_SIGINFO instead of SA_RESETHAND as that's supported everywhere.

Add another check to make sure SA_RESETHAND works.

Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
2020-12-13 19:17:04 +01:00
..
linux std/os: fix prctl constants 2020-11-25 15:45:55 -08:00
darwin.zig std: Fixes for siginfo test on macos 2020-12-13 19:17:04 +01:00
dragonfly.zig std: Further siginfo refinements 2020-12-12 16:44:10 +01:00
freebsd.zig std: Further siginfo refinements 2020-12-12 16:44:10 +01:00
linux.zig std: Further siginfo refinements 2020-12-12 16:44:10 +01:00
netbsd.zig std: Further siginfo refinements 2020-12-12 16:44:10 +01:00
openbsd.zig std: Further siginfo refinements 2020-12-12 16:44:10 +01:00
wasi.zig Label WASI stat as kernel_stat 2020-11-05 12:44:43 +01:00
windows.zig std: Add basic smoke test for net functionality 2020-10-27 21:52:47 +01:00