diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2022-01-14 15:37:32 +0000 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2022-01-18 12:42:28 +0100 |
| commit | 337e88d8909b1442956acfa351d48e30a272251c (patch) | |
| tree | 305012bf4e11cf8055f3a0a46cd3b2e694cbb980 /linux-user/qemu.h | |
| parent | b5f9536643faa8a6a7b9e78d0944503a49a90fe3 (diff) | |
| download | focaccia-qemu-337e88d8909b1442956acfa351d48e30a272251c.tar.gz focaccia-qemu-337e88d8909b1442956acfa351d48e30a272251c.zip | |
linux-user: Return void from queue_signal()
The linux-user queue_signal() function always returns 1, and none of its callers check the return value. Give it a void return type instead. The return value is a leftover from the old pre-2016 linux-user signal handling code, which really did have a queue of signals and so might return a failure indication if too many signals were queued at once. The current design avoids having to ever have more than one signal queued via queue_signal() at once, so it can never fail. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220114153732.3767229-4-peter.maydell@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/qemu.h')
0 files changed, 0 insertions, 0 deletions