commit | ec716ff7c66b5828febf252f2bd467b956225344 | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Wed Oct 19 14:23:41 2022 -0700 |
committer | Colin Cross <[email protected]> | Wed Oct 19 14:55:17 2022 -0700 |
tree | 569713ba9effa211039a84d18fd052aac6c35e29 | |
parent | b3fbe2631e07df842b24906134cb10b6d5abbccf [diff] |
Remove __SIGRTMIN and __SIGRTMAX from musl include wrappers The signals between __SIGRTMIN and SIGRTMIN are reserved for use by musl. Any references to __SIGRTMIN are likely intended to be compatible with bionic's internal signals and will cause collisions with musl's internal signals. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native -k Change-Id: Iaa4f66a2b67c0cc1ccf5cff67dc5143e7a433dbb