commit | c4b3427b09925f344dec512f5faaaccd7543f8af | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 19 14:49:58 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Oct 19 15:00:44 2022 -0700 |
tree | cd825e72b97dd0d0197f08e9653caff68139e93d | |
parent | 438071f9cbf191ec02dd4473619233c330f73365 [diff] |
Use SIGRTMAX - 2 instead of __SIGRTMIN + 2 on non-bionic linux Only bionic reserves __SIGRTMIN + 2 for use by libcore, on other linux platforms it must use something between SIGRTMIN and SIGRTMAX. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native -k Change-Id: I19bb066e94dab102a7e3ada5ce2a7fcd994f1101