llvm-project
8730fd7c - [compiler-rt][Mips] Align definition of __sanitizer_sigaction with musl (#124494)

Commit
228 days ago
[compiler-rt][Mips] Align definition of __sanitizer_sigaction with musl (#124494) The definition of __sanitizer_sigaction for MIPS matches the one in glibc [1]. musl however uses a single definition of sigaction for all architectures [2] that is more similar to the other architectures supported by glibc. Fix the conditional logic so that __sanitizer_sigaction matches the musl definition on MIPS. [1]: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/mips/bits/sigaction.h;h=f7e3ad88abbf3c497aaed44247bc1085efebe462;hb=dc650eb715df0a272ce43dfb55a209d5b018cc04 [2]: https://git.musl-libc.org/cgit/musl/tree/include/signal.h#n169 --------- Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Author
Parents
Loading