commit | 50b93f30f6d8672f9ec80e90af94d733f11a20e0 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jan 01 17:34:39 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Feb 07 00:13:27 2019 +0100 |
tree | 0fcdb82b10148944e4b2780639728905be54a1b9 | |
parent | 2c620ff93d9fbd5d644760d4c21d389078ec1080 [diff] |
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: 6ff847350702 ("time: Change types to new y2038 safe __kernel_itimerspec") Signed-off-by: Arnd Bergmann <arnd@arndb.de>