[PATCH 14/19] y2038: use __kernel_timespec for sys_mq_timed{send,receive}

2015-05-06 Thread Arnd Bergmann
This performs a complete conversion of the ipc/mqueue code to use 64-bit time_t both internally and on the user-facing side of 32-bit architectures that use CONFIG_COMPAT_TIME. For compatibility with existing user space, these now use compat_sys_mq_timed{send,receive}. Signed-off-by: Arnd

[PATCH 14/19] y2038: use __kernel_timespec for sys_mq_timed{send,receive}

2015-05-06 Thread Arnd Bergmann
This performs a complete conversion of the ipc/mqueue code to use 64-bit time_t both internally and on the user-facing side of 32-bit architectures that use CONFIG_COMPAT_TIME. For compatibility with existing user space, these now use compat_sys_mq_timed{send,receive}. Signed-off-by: Arnd