diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-11-05 09:22:38 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-11-15 14:38:28 +0100 |
commit | 1bf883c1a9cf88a60234039356aac8f23479dce9 (patch) | |
tree | e31f003fff9bffee756093a9a19616073c3dfa40 /kernel/sys.c | |
parent | y2038: ipc: remove __kernel_time_t reference from headers (diff) | |
download | linux-1bf883c1a9cf88a60234039356aac8f23479dce9.tar.xz linux-1bf883c1a9cf88a60234039356aac8f23479dce9.zip |
y2038: stat: avoid 'time_t' in 'struct stat'
The time_t definition may differ between user space and kernel space,
so replace time_t with an unambiguous 'long' for the mips and sparc.
The same structures also contain 'off_t', which has the same problem,
so replace that as well on those two architectures and powerpc.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel/sys.c')
0 files changed, 0 insertions, 0 deletions