[PATCH 05/19] y2038: make linux/compat_time.h usable on 32-bit

2015-05-06 Thread Arnd Bergmann
This adds the necessary type definitions to allow using the linux/compat_time.h header file on 32-bit architectures without adding an asm/compat.h header in each architecture. The types we define here are used in the compat system call definitions of some system calls that also pass a time_t in

[PATCH 05/19] y2038: make linux/compat_time.h usable on 32-bit

2015-05-06 Thread Arnd Bergmann
This adds the necessary type definitions to allow using the linux/compat_time.h header file on 32-bit architectures without adding an asm/compat.h header in each architecture. The types we define here are used in the compat system call definitions of some system calls that also pass a time_t in