aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c.zig
diff options
context:
space:
mode:
authorPat Tullmann <pat.github@tullmann.org>2025-04-22 09:31:14 -0700
committerPat Tullmann <pat.github@tullmann.org>2025-04-30 20:32:04 -0700
commitf0aefa625b5b0d0b3612cfba9bd25c825a71818f (patch)
treeb4b4d660ed9d2795a7bacf454ba4d803b49d8450 /src/codegen/c.zig
parentd16079d79a6b7963db05253b6a3fe57a7e19d813 (diff)
downloadzig-f0aefa625b5b0d0b3612cfba9bd25c825a71818f.tar.gz
zig-f0aefa625b5b0d0b3612cfba9bd25c825a71818f.zip
posix: remove empty_sigset
When linking a libc, Zig should defer to the C library for sigset operations. The pre-filled constants signal sets (empty_sigset, filled_sigset) are not compatible with C library initialization, so remove them and use the runtime `sigemptyset` and `sigfillset` methods to initialize any sigset.
Diffstat (limited to 'src/codegen/c.zig')
0 files changed, 0 insertions, 0 deletions