On 06/01, Christian Brauner wrote: > > The goto is not needed and does not add any clarity. Simply return -EINVAL > on unexpected sigset_t struct size directly.
Agreed, sys_rt_sigaction() looks just ugly and mixes goto/return on failure, ACK
On 06/01, Christian Brauner wrote: > > The goto is not needed and does not add any clarity. Simply return -EINVAL > on unexpected sigset_t struct size directly.
Agreed, sys_rt_sigaction() looks just ugly and mixes goto/return on failure, ACK