Skip to content
Commit 1bf883c1 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent caf5e32d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment