summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2022-09-29 11:00:57 -0700
committer Colin Cross <ccross@android.com> 2022-09-29 22:02:22 +0000
commit532c121e6b1ef3f8a49b1b2c1c6e37626b8cc13f (patch)
tree4f52cebf1dc2fd13f363f47158947c0481a83e5e /compiler/driver/compiler_options.h
parent57ff705fa56e66ceab13ad1ab534ff708dafad62 (diff)
Use sigqueue instead of pthread_sigqueue
pthread_sigqueue is a nonstandard extension that is not present in musl libc. art_sigchain_test is single threaded, so there is no need to specifically queue the signal to the current thread, use sigqueue instead. Bug: 190084016 Test: out/host/linux-x86/nativetest64/art_sigchain_tests/art_sigchain_tests Change-Id: Ie2c975736b99fd535f1000969f94859f25ae6de7
Diffstat (limited to 'compiler/driver/compiler_options.h')
0 files changed, 0 insertions, 0 deletions