mirror of https://git.musl-libc.org/git/musl
Browse Source
this code in sigaction was the only place where sizeof was being applied to the kernel sigaction's mask member to get the size argument to pass to the kernel. everywhere else, _NSIG/8 is used for this purpose.master
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue