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 58e63f9d46 Add __utimensat64 new 2b7bbd831f Add __sigtimedwait64 new a49d365d0a Add __futimes64 new fcefa838b7 Add __lutimes64
The 3 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: include/time.h | 6 +++ misc/futimes.c | 9 +++++ misc/lutimes.c | 8 ++++ signal/signal.h | 10 +++++ signal/sigtimedwait.c | 10 +++++ sysdeps/unix/sysv/linux/arm/Versions | 6 +++ sysdeps/unix/sysv/linux/futimes.c | 18 +++++++++ sysdeps/unix/sysv/linux/lutimes.c | 23 ++++++++++++ sysdeps/unix/sysv/linux/sigtimedwait.c | 69 ++++++++++++++++++++++++++++++++++ time/sys/time.h | 16 ++++++++ 10 files changed, 175 insertions(+)