This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aaribaud/y2038-2.23 in repository glibc.
from 6c8cc94c64 Add __timerfd_gettime64, __timerfd_settime64 new 376aea2015 Add struct __stat64_t64 new 072a8a6e5e Introduce __xstat64_conv_t64 new fdec50de32 Add __stat64_t64, __fstat64_t64, __xstat64_t64, __fxstat64_t64 new 344177b043 Add __lstat64_t64, __lxstat64_t64 new 382163bf91 Add __fstatat64_t64, __fxstatat_t64
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: io/Versions | 6 +++ io/fstat64.c | 7 ++++ io/fstatat64.c | 7 ++++ io/lstat64.c | 7 ++++ io/stat64.c | 7 ++++ io/sys/stat.h | 54 +++++++++++++++++++++--- sysdeps/unix/sysv/linux/bits/stat.h | 24 +++++++++++ sysdeps/unix/sysv/linux/fxstat64.c | 19 +++++++++ sysdeps/unix/sysv/linux/fxstatat64.c | 20 +++++++++ sysdeps/unix/sysv/linux/lxstat64.c | 19 +++++++++ sysdeps/unix/sysv/linux/xstat64.c | 19 +++++++++ sysdeps/unix/sysv/linux/xstatconv.c | 79 ++++++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/xstatconv.h | 2 + 13 files changed, 265 insertions(+), 5 deletions(-)