aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation
diff options
context:
space:
mode:
authorPat Tullmann <pat.github@tullmann.org>2025-04-24 22:02:53 -0700
committerPat Tullmann <pat.github@tullmann.org>2025-04-30 20:32:04 -0700
commitcf989374e986462fef70fe4c1d0f5869b194148d (patch)
treec340f0cfef7b7431c4df326b93493270099dd4f5 /src/Compilation
parent120c4789c31c066f15fe414a5b32cdc7e80a065c (diff)
downloadzig-cf989374e986462fef70fe4c1d0f5869b194148d.tar.gz
zig-cf989374e986462fef70fe4c1d0f5869b194148d.zip
linux: update `sigmask` in every arch `ucontext_t`
All the existing code that manipulates `ucontext_t` expects there to be a glibc-compatible sigmask (1024-bit). The `ucontext_t` struct need to be cleaned up so the glibc-dependent format is only used when linking glibc/musl library, but that is a more involved change. In practice, no Zig code looks at the sigset field contents, so it just needs to be the right size.
Diffstat (limited to 'src/Compilation')
0 files changed, 0 insertions, 0 deletions