]> git.ipfire.org Git - thirdparty/glibc.git/commit
Y2038: add type __time64_t
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Thu, 7 Sep 2017 22:41:28 +0000 (00:41 +0200)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Wed, 13 Jun 2018 07:10:07 +0000 (09:10 +0200)
commit31c83d4fac035599590eeaa63a15b83e7fe2b83c
treea3ae75196ba34956a747cffd8225374097314ed5
parenta745c837cb51c2efe8900740548cb68ec2a2f7ab
Y2038: add type __time64_t

This type is public, so that time_t can be a typedef of it
when we switch the public API to 64-bit time.

Also, provide a function to check if a __time64_t value
fits in a (32-bit) __time_t.
bits/typesizes.h
include/time.h
posix/bits/types.h
sysdeps/mach/hurd/bits/typesizes.h
sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
sysdeps/unix/sysv/linux/generic/bits/typesizes.h
sysdeps/unix/sysv/linux/s390/bits/typesizes.h
sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
sysdeps/unix/sysv/linux/x86/bits/typesizes.h