[PATCH 17/19] y2038: use __kernel_timespec in sys_futex
Thomas Gleixner
tglx@linutronix.de
Tue May 19 14:00:00 GMT 2015
On Wed, 6 May 2015, Arnd Bergmann wrote:
> Conversion for sys_futex is particularly easy, we can use the unmodified
> compat_sys_futex on 32-bit systems to provide compatibility for 32-bit
> time_t, and change sys_futex to pass a __kernel_timespec, which matches
> what future libc implementations will use as their struct timespec.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
More information about the Libc-alpha
mailing list