Re: [PATCH v2 04/17] signal: make do_sigpending() void

From: Oleg Nesterov
Date: Fri Jun 01 2018 - 12:30:02 EST


On 06/01, Christian Brauner wrote:
>
> do_sigpending() returned 0 unconditionally so it doesn't make sense to have
> it return at all. This allows us to simplify a bunch of syscall callers.

Agreed, ACK