This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from cad64f778a ldconfig: Default to the new format for ld.so.cache new 63ff4a6d17 y2038: linux: Provide __clock_adjtime64 implementation new 8f8a6cae48 y2038: linux: Provide ___adjtimex64 implementation new 0308077e3a y2038: linux: Provide __adjtime64 implementation new df4289508a y2038: Introduce struct __ntptimeval64 - new internal glibc type new 10ae49d2ce y2038: Provide conversion helpers for struct __ntptimeval64 new 5613afe9e3 y2038: linux: Provide __ntp_gettime64 implementation new 4c4fc04826 y2038: linux: Provide __ntp_gettimex64 implementation
The 7 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/sys/time.h | 9 ++++ sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/adjtime.c | 26 +++++++-- sysdeps/unix/sysv/linux/adjtimex.c | 21 +++++++- .../linux/{timerfd_gettime.c => clock_adjtime.c} | 53 +++++++++--------- sysdeps/unix/sysv/linux/include/sys/timex.h | 63 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/ntp_gettime.c | 26 +++++++-- sysdeps/unix/sysv/linux/ntp_gettimex.c | 26 +++++++-- sysdeps/unix/sysv/linux/syscalls.list | 1 - 9 files changed, 189 insertions(+), 38 deletions(-) copy sysdeps/unix/sysv/linux/{timerfd_gettime.c => clock_adjtime.c} (50%)