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 <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

