diff options
author | 2022-09-29 11:00:57 -0700 | |
---|---|---|
committer | 2022-09-29 22:02:22 +0000 | |
commit | 532c121e6b1ef3f8a49b1b2c1c6e37626b8cc13f (patch) | |
tree | 4f52cebf1dc2fd13f363f47158947c0481a83e5e /runtime/class_loader_context_test.cc | |
parent | 57ff705fa56e66ceab13ad1ab534ff708dafad62 (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 'runtime/class_loader_context_test.cc')
0 files changed, 0 insertions, 0 deletions