Re: [PATCH] common: define time_t as 64bit

2023-07-25 Thread Tom Rini
On Sat, Jul 15, 2023 at 09:16:59AM +0200, Heinrich Schuchardt wrote: > To avoid the year 2038 problem time_t must be 64bit on all architectures. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] common: define time_t as 64bit

2023-07-15 Thread Heinrich Schuchardt
To avoid the year 2038 problem time_t must be 64bit on all architectures. Signed-off-by: Heinrich Schuchardt --- include/linux/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/types.h b/include/linux/types.h index baa2c491ea..9df930afd1 100644 --- a/inclu