]> git.baikalelectronics.ru Git - kernel.git/commit
time: fix sys_timer_settime prototype
authorArnd Bergmann <arnd@arndb.de>
Tue, 1 Jan 2019 16:34:39 +0000 (17:34 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 6 Feb 2019 23:13:27 +0000 (00:13 +0100)
commitdbf3c3ab80aeba27db074f6d0b776d28ad998dee
tree0fcdb82b10148944e4b2780639728905be54a1b9
parent88a99b70633c76e6dd849e140bf2a9a023ec6d81
time: fix sys_timer_settime prototype

A small typo has crept into the y2038 conversion of the timer_settime
system call. So far this was completely harmless, but once we start
using the new version, this has to be fixed.

Fixes: 8c37f598e2e8 ("time: Change types to new y2038 safe __kernel_itimerspec")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/syscalls.h