Re: [PATCH] syscalls: add sys_ni_posix_timers prototype
From: Kees Cook <hidden>
Date: 2023-06-07 21:20:29
Also in:
linux-alpha, lkml
From: Kees Cook <hidden>
Date: 2023-06-07 21:20:29
Also in:
linux-alpha, lkml
On Wed, Jun 07, 2023 at 04:28:45PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> The sys_ni_posix_timers() definition causes a warning when the declaration is missing, so this needs to be added along with the normal syscalls, outside of the #ifdef. kernel/time/posix-stubs.c:26:17: error: no previous prototype for 'sys_ni_posix_timers' [-Werror=missing-prototypes] Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Kees Cook <redacted> -- Kees Cook