y2038: rename itimerval to __kernel_old_itimerval
authorArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2019 14:53:29 +0000 (15:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Dec 2019 17:07:33 +0000 (18:07 +0100)
commit4f9fbd893fe83a1193adceca41c8f7aa6c7382a1
treeb8f8b31962fe41a376351058401680dff137bbfa
parent751addac78b6f205ffd47c8736ca6d429dc77703
y2038: rename itimerval to __kernel_old_itimerval

Take the renaming of timeval and timespec one level further,
also renaming itimerval to __kernel_old_itimerval, to avoid
namespace conflicts with the user-space structure that may
use 64-bit time_t members.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/syscalls.h
include/uapi/linux/time_types.h
kernel/time/itimer.c