Pat Tullmann cf989374e9 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.
2025-04-30 20:32:04 -07:00
..
2025-03-07 22:22:01 +01:00
2025-04-04 06:08:09 +02:00
2025-04-04 06:08:09 +02:00
2025-02-25 11:22:33 -08:00
2025-04-26 13:34:16 +10:00