commit | 08f5f973491b7e575231afbb1fa5c96f39c257b2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 06 14:57:35 2022 -0800 |
committer | Laurent Vivier <laurent@vivier.eu> | Tue Jan 11 18:40:44 2022 +0100 |
tree | f5c2e8e32a45e74262c9c9ad8fc7617a2314c909 | |
parent | 72f692694fac92b49a2518fb7ea6149df1cbb214 [diff] |
linux-user: Do not special-case NULL for PR_GET_PDEATHSIG The kernel does not special-case arg2 != NULL, so neither should we. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20220106225738.103012-2-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>