This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ad14f4f8db manual: Document the O_NOFOLLOW open flag new eb98965b53 y2038: Export __clock_gettime64 to be usable in other libraries new 1959ed4b9e y2038: hurd: Provide __clock_gettime64 function new e008836c4a y2038: inet: Convert inet deadline to support 64 bit time new 481d01fa2b y2038: nscd: Modify nscd_helper to use __clock_gettime64 new a308615f7c y2038: include: Move struct __timeval64 definition to a sepa [...] new dbf8178fdc y2038: Introduce struct __timex64 - new internal glibc type new 898f379316 y2038: Provide conversion helpers for struct __timex64
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/struct___timeval64.h | 17 +++++ include/time.h | 15 +--- inet/deadline.c | 4 +- inet/net-internal.h | 5 +- nscd/nscd_helper.c | 17 ++--- sysdeps/mach/clock_gettime.c | 14 ++++ sysdeps/unix/sysv/linux/include/sys/timex.h | 107 ++++++++++++++++++++++++++++ time/Versions | 1 + 8 files changed, 154 insertions(+), 26 deletions(-) create mode 100644 include/struct___timeval64.h