glibc/sysdeps/unix/sysv
Andreas Schwab 2173173d57 linux/sigsetops: fix type confusion (bug 31468)
Each mask in the sigset array is an unsigned long, so fix __sigisemptyset
to use that instead of int.  The __sigword function returns a simple array
index, so it can return int instead of unsigned long.
2024-03-12 10:00:22 +01:00
..
linux linux/sigsetops: fix type confusion (bug 31468) 2024-03-12 10:00:22 +01:00