]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
linux-user: add missing TARGET_SIGRTMIN for hppa
authorLaurent Vivier <laurent@vivier.eu>
Wed, 12 Feb 2020 12:56:55 +0000 (13:56 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 12 Feb 2020 17:56:22 +0000 (18:56 +0100)
This signal is defined for all other targets and we will need it later

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
[pm: that this was actually an ABI change in the hppa kernel (at kernel
version 3.17, kernel commit 1f25df2eff5b25f52c139d). Before that
SIGRTMIN was 37...
All our other HPPA TARGET_SIG* values are for the updated
ABI following that commit, so using 32 for SIGRTMIN is
the right thing for us.]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200212125658.644558-2-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/hppa/target_signal.h

index ba159ff8d0064539404d1d03fd68c7a607efbc4b..c2a0102ed73d126b10554a2330b2e2c1a51793cb 100644 (file)
@@ -34,6 +34,7 @@
 #define TARGET_SIGURG          29
 #define TARGET_SIGXFSZ         30
 #define TARGET_SIGSYS          31
+#define TARGET_SIGRTMIN        32
 
 #define TARGET_SIG_BLOCK       0
 #define TARGET_SIG_UNBLOCK     1