mirror of https://git.musl-libc.org/git/musl
Browse Source
The old/new parameters to pthread_sigmask, sigprocmask, and setitimer are marked restrict, so passing the same address to both is prohibited. Modify callers of these functions to use a separate object for each argument.master
committed by
Rich Felker
3 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue