summaryrefslogtreecommitdiffstats
path: root/hw/usb/host-libusb.c
diff options
context:
space:
mode:
authorLaurent Vivier2020-02-12 13:56:58 +0100
committerLaurent Vivier2020-02-12 18:56:41 +0100
commit6bc024e713fd35eb5fddbe16acd8dc92d27872a9 (patch)
treeec7229f3d63b2b4071d8d4ab12da477a62e9b38f /hw/usb/host-libusb.c
parentlinux-user: fix TARGET_NSIG and _NSIG uses (diff)
downloadqemu-6bc024e713fd35eb5fddbe16acd8dc92d27872a9.tar.gz
qemu-6bc024e713fd35eb5fddbe16acd8dc92d27872a9.tar.xz
qemu-6bc024e713fd35eb5fddbe16acd8dc92d27872a9.zip
linux-user: fix use of SIGRTMIN
Some RT signals can be in use by glibc, it's why SIGRTMIN (34) is generally greater than __SIGRTMIN (32). So SIGRTMIN cannot be mapped to TARGET_SIGRTMIN. Instead of swapping only SIGRTMIN and SIGRTMAX, map all the range [TARGET_SIGRTMIN ... TARGET_SIGRTMAX - X] to [__SIGRTMIN + X ... SIGRTMAX ] (SIGRTMIN is __SIGRTMIN + X). Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Taylor Simson <tsimpson@quicinc.com> Tested-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200212125658.644558-5-laurent@vivier.eu>
Diffstat (limited to 'hw/usb/host-libusb.c')
0 files changed, 0 insertions, 0 deletions