mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02:00
common: define time_t as 64bit
To avoid the year 2038 problem time_t must be 64bit on all architectures. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Tom Rini
parent
b378fdd1ff
commit
17335a81c5
@@ -65,7 +65,7 @@ typedef __kernel_ptrdiff_t ptrdiff_t;
|
||||
|
||||
#ifndef _TIME_T
|
||||
#define _TIME_T
|
||||
typedef __kernel_time_t time_t;
|
||||
typedef long long time_t;
|
||||
#endif
|
||||
|
||||
#ifndef _CLOCK_T
|
||||
|
Reference in New Issue
Block a user