OSDN Git Service

linux-user: Remove MAX_SIGQUEUE_SIZE
authorWarner Losh <imp@bsdimp.com>
Sun, 16 Jan 2022 20:44:22 +0000 (13:44 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 Jan 2022 11:44:44 +0000 (12:44 +0100)
It's been unused for 7 years since 907f5fddaa67 when linux-user stopped
queueing any signals.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220116204423.16133-2-imp@bsdimp.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h

index 5c713fa..7910ce5 100644 (file)
@@ -89,8 +89,6 @@ struct vm86_saved_state {
 #include "nwfpe/fpa11.h"
 #endif
 
-#define MAX_SIGQUEUE_SIZE 1024
-
 struct emulated_sigtable {
     int pending; /* true if signal is pending */
     target_siginfo_t info;