y2038: vdso: change time_t to __kernel_old_time_t
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Nov 2019 10:10:01 +0000 (11:10 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2019 13:38:28 +0000 (14:38 +0100)
commit21346564ccad17b928cf0d51584608531d91d298
tree28a4de4d44b81f657974e2e89a4941a1187f6c0b
parent82210fc778982d9386e266fa5f0b52cde5c2f0cf
y2038: vdso: change time_t to __kernel_old_time_t

Only x86 uses the 'time' syscall in vdso, so change that to
__kernel_old_time_t as a preparation for removing 'time_t' and
'__kernel_time_t' later.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/x86/entry/vdso/vclock_gettime.c
arch/x86/entry/vsyscall/vsyscall_64.c
arch/x86/um/vdso/um_vdso.c
lib/vdso/gettimeofday.c