Skip to content
Commit 75d319c0 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

y2038: syscalls: change remaining timeval to __kernel_old_timeval



All of the remaining syscalls that pass a timeval (gettimeofday, utime,
futimesat) can trivially be changed to pass a __kernel_old_timeval
instead, which has a compatible layout, but avoids ambiguity with
the timeval type in user space.

Acked-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent bdd565f8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment