Switch to a 64bit time_t, while it's not a big problem to do so.
Suggested by: imp
This commit is contained in:
parent
0e7185f6e7
commit
ef4d5877dd
@ -87,7 +87,7 @@ typedef __int32_t __register_t;
|
||||
typedef __int32_t __segsz_t; /* segment size (in pages) */
|
||||
typedef __uint32_t __size_t; /* sizeof() */
|
||||
typedef __int32_t __ssize_t; /* byte count or error */
|
||||
typedef __int32_t __time_t; /* time()... */
|
||||
typedef __int64_t __time_t; /* time()... */
|
||||
typedef __uint32_t __uintfptr_t;
|
||||
typedef __uint64_t __uintmax_t;
|
||||
typedef __uint32_t __uintptr_t;
|
||||
|
@ -86,7 +86,7 @@
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#endif
|
||||
#ifdef __arm__
|
||||
#define KINFO_PROC_SIZE 768 /* value has not been tested... */
|
||||
#define KINFO_PROC_SIZE 792
|
||||
#endif
|
||||
#ifdef __ia64__
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
|
Loading…
x
Reference in New Issue
Block a user