linux_dsm_epyc7002/arch/mips/include
Arnd Bergmann 1bf883c1a9 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>
2019-11-15 14:38:28 +01:00
..
asm MIPS: bmips: mark exception vectors as char arrays 2019-10-23 21:07:28 -07:00
uapi/asm y2038: stat: avoid 'time_t' in 'struct stat' 2019-11-15 14:38:28 +01:00