diff options
| author | Pat Tullmann <pat.github@tullmann.org> | 2025-04-22 09:31:14 -0700 |
|---|---|---|
| committer | Pat Tullmann <pat.github@tullmann.org> | 2025-04-30 20:32:04 -0700 |
| commit | f0aefa625b5b0d0b3612cfba9bd25c825a71818f (patch) | |
| tree | b4b4d660ed9d2795a7bacf454ba4d803b49d8450 /src/codegen/c.zig | |
| parent | d16079d79a6b7963db05253b6a3fe57a7e19d813 (diff) | |
| download | zig-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
