]> git.dujemihanovic.xyz Git - linux.git/commit
syscalls: add sys_ni_posix_timers prototype
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Jun 2023 14:28:45 +0000 (16:28 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 10 Jun 2023 00:44:25 +0000 (17:44 -0700)
commita94181ec064b3ad1b6f573f5953e2011f8c90292
treed264cc0f50d0330680a84fd38ef782d0d4c64db3
parentf26799ffd6c7871aa0a1b8eeff2bd28258368cdb
syscalls: add sys_ni_posix_timers prototype

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]

Link: https://lkml.kernel.org/r/20230607142925.3126422-1-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/alpha/kernel/osf_sys.c
include/linux/syscalls.h
kernel/time/posix-stubs.c