On Wed, Jun 07, 2023 at 04:28:45PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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@xxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook