mirror of https://git.musl-libc.org/git/musl
Browse Source
in signal() it is needed since __sigaction uses restrict in parameters and sharing the buffer is technically an aliasing error. do the same for the syscall, as at least qemu-user does not handle it properly.rs-1.0
committed by
Rich Felker
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue