Pat Tullmann 991560fb49 linux.zig: epoll_wait: pass kernel sigset size
Linux kernel syscalls expect to be given the number of bits of sigset that
they're built for, not the full 1024-bit sigsets that glibc supports.

I audited the other syscalls in here that use `sigset_t` and they're all
using `NSIG / 8`.

Fixes #12715
2025-04-09 16:37:58 +02:00
..
2024-03-19 11:45:09 -07:00
2025-04-04 12:42:28 +01:00
2025-02-06 14:23:23 -08:00
2025-02-09 09:08:11 +01:00