This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 86bf0feb0e Enable _FORTIFY_SOURCE=3 for gcc 12 and above new 0b8e83eb14 elf: Fix 64 time_t support for installed statically binaries new a4cf12360f support: Add support_socket_so_timestamp_time64 new 21e0f45c7d linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...] new 62db87ab24 timezone: Fix tst-bz28707 Makefile rule
The 4 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: elf/cache.c | 16 +- elf/chroot_canon.c | 4 +- elf/ldconfig.c | 42 +-- elf/readlib.c | 6 +- elf/sln.c | 4 +- support/Makefile | 1 + support/support.h | 4 + support/support_socket_so_timestamp_time64.c | 56 ++++ sysdeps/generic/ldconfig.h | 6 +- sysdeps/unix/sysv/linux/Makefile | 3 + sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 11 +- .../unix/sysv/linux/tst-socket-timestamp-time64.c | 1 + sysdeps/unix/sysv/linux/tst-socket-timestamp.c | 344 +++++++++++++++++++++ timezone/Makefile | 3 +- 14 files changed, 456 insertions(+), 45 deletions(-) create mode 100644 support/support_socket_so_timestamp_time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c