Files
i2som-imx-linux/include/linux
Arnd Bergmann bec2f7cbb7 y2038: futex: Add support for __kernel_timespec
This prepares sys_futex for y2038 safe calling: the native
syscall is changed to receive a __kernel_timespec argument, which
will be switched to 64-bit time_t in the future. All the internal
time handling gets changed to timespec64, and the compat_sys_futex
entry point is moved under the CONFIG_COMPAT_32BIT_TIME check
to provide compatibility for existing 32-bit architectures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-12-07 22:19:07 +01:00
..
2018-10-31 10:57:43 -07:00
2018-10-31 19:24:21 +01:00
2018-11-01 19:59:53 -06:00
2018-10-26 16:26:32 -07:00
2018-12-06 17:23:31 +01:00
2018-10-31 08:54:15 -07:00
2018-10-31 08:54:14 -07:00
2018-10-26 16:26:35 -07:00
2018-10-26 16:26:32 -07:00
2018-12-06 17:22:53 +01:00