mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
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.master
3 changed files with 20 additions and 9 deletions
Loading…
Reference in new issue