[PATCH] linux/sigsetops: fix type confusion (bug 31468)

Florian Weimer fweimer@redhat.com
Mon Mar 11 18:30:17 GMT 2024


* Andreas Schwab:

> Each mask in the sigset array is a 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.

Looks okay, thanks.

Florian



More information about the Libc-alpha mailing list