[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/16] linux-user: cris: Remove unused struct 'rt_signal_frame'
From: |
Michael Tokarev |
Subject: |
[PULL 06/16] linux-user: cris: Remove unused struct 'rt_signal_frame' |
Date: |
Sun, 30 Jun 2024 19:53:16 +0300 |
From: "Dr. David Alan Gilbert" <dave@treblig.org>
Since 'setup_rt_frame' has never been implemented, this struct
is unused.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
linux-user/cris/signal.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/linux-user/cris/signal.c b/linux-user/cris/signal.c
index 4f532b2903..10948bcf30 100644
--- a/linux-user/cris/signal.c
+++ b/linux-user/cris/signal.c
@@ -35,14 +35,6 @@ struct target_signal_frame {
uint16_t retcode[4]; /* Trampoline code. */
};
-struct rt_signal_frame {
- siginfo_t *pinfo;
- void *puc;
- siginfo_t info;
- ucontext_t uc;
- uint16_t retcode[4]; /* Trampoline code. */
-};
-
static void setup_sigcontext(struct target_sigcontext *sc, CPUCRISState *env)
{
__put_user(env->regs[0], &sc->regs.r0);
--
2.39.2
- [PULL 00/16] Trivial patches for 2024-06-30, Michael Tokarev, 2024/06/30
- [PULL 01/16] hmp-commands-info.hx: Add missing info command for stats subcommand, Michael Tokarev, 2024/06/30
- [PULL 02/16] cpu: fix memleak of 'halt_cond' and 'thread', Michael Tokarev, 2024/06/30
- [PULL 04/16] target/i386: Advertise MWAIT iff host supports, Michael Tokarev, 2024/06/30
- [PULL 05/16] monitor: Remove obsolete stubs, Michael Tokarev, 2024/06/30
- [PULL 03/16] vl: Allow multiple -overcommit commands, Michael Tokarev, 2024/06/30
- [PULL 06/16] linux-user: cris: Remove unused struct 'rt_signal_frame',
Michael Tokarev <=
- [PULL 07/16] linux-user: sparc: Remove unused struct 'target_mc_fq', Michael Tokarev, 2024/06/30
- [PULL 08/16] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass', Michael Tokarev, 2024/06/30
- [PULL 09/16] net/can: Remove unused struct 'CanBusState', Michael Tokarev, 2024/06/30
- [PULL 10/16] os-posix: Expand setrlimit() syscall compatibility, Michael Tokarev, 2024/06/30
- [PULL 11/16] docs/cxl: fix some typos, Michael Tokarev, 2024/06/30
- [PULL 12/16] docs/system/devices/usb: Replace the non-existing "qemu" binary, Michael Tokarev, 2024/06/30
- [PULL 13/16] vl.c: select_machine(): use ERRP_GUARD instead of error propagation, Michael Tokarev, 2024/06/30
- [PULL 14/16] vl.c: select_machine(): use g_autoptr, Michael Tokarev, 2024/06/30
- [PULL 15/16] vl.c: select_machine(): add selected machine type to error message, Michael Tokarev, 2024/06/30
- [PULL 16/16] hw/core/loader: gunzip(): fix memory leak on error path, Michael Tokarev, 2024/06/30