[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] linxu-user: Change return type of queue_signal to void
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 2/2] linxu-user: Change return type of queue_signal to void |
|
Date: |
Sun, 16 Jan 2022 21:44:40 +0000 |
On Sun, 16 Jan 2022 at 20:44, Warner Losh <imp@bsdimp.com> wrote:
>
> queue_signal always returns 1, and nobody checks it. This is better
> expressed as a void function return type.
>
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> ---
> linux-user/signal-common.h | 4 ++--
> linux-user/signal.c | 5 ++---
> 2 files changed, 4 insertions(+), 5 deletions(-
This one's a dup of patch 3 from my series from Friday:
20220114153732.3767229-1-peter.maydell@linaro.org/20220114153732.3767229-4-peter.maydell@linaro.org/">https://patchew.org/QEMU/20220114153732.3767229-1-peter.maydell@linaro.org/20220114153732.3767229-4-peter.maydell@linaro.org/
-- PMM