1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-23 10:27:48 +03:00
Lukasz Majewski a26918cfda
y2038: Introduce the __ASSUME_TIME64_SYSCALLS define
Add a macro to linux/kernel-features.h, __ASSUME_TIME64_SYSCALLS, to
indicate whether the kernel can be assumed to provide a set of system
calls that process 64-bit time_t.

__ASSUME_TIME64_SYSCALLS does not indicate whether time_t is actually
64 bits (that's __TIMEBITS) and also does not indicate whether the
64-bit time_t system calls have "time64" suffixes on their names.

Code that uses __ASSUME_TIME64_SYSCALLS will be added in subsequent
patches.

	* sysdeps/unix/sysv/linux/kernel-features.h
	(__ASSUME_TIME64_SYSCALLS): New macro.

Reviewed-by: Alistair Francis <alistair23@gmail.com>
Reviewed-by: Joseph Myers <joseph@codesourcery.com>
Reviewed-by: Zack Weinberg <zackw@panix.com>
2019-09-04 16:11:27 -04:00
..
2019-06-07 09:27:01 +02:00
2019-08-23 11:30:56 -03:00
2019-05-20 12:25:28 -03:00
2019-08-23 11:30:56 -03:00
2019-05-14 08:41:15 -03:00
2019-02-27 13:55:45 +00:00
2019-01-03 09:32:12 -02:00
2019-05-14 22:55:51 +02:00
2019-05-14 08:41:15 -03:00
2019-05-14 22:55:51 +02:00
2019-06-07 09:27:01 +02:00