This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6f21b0c5ed Update kernel version to 5.9 in tst-mman-consts.py. new 30a0b167d3 Reinstate ftime and add deprecate message on ftime usage new 5d8aa97da2 time: Add 64-bit time_t support for ftime
The 2 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/bits/types/struct_timeb.h | 1 + include/struct___timeb64.h | 16 ++++++++++ include/sys/timeb.h | 13 ++++++++ sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 1 + time/Makefile | 7 ++--- time/bits/types/struct_timeb.h | 15 +++++++++ time/ftime.c | 42 ++++++++++++++----------- sysdeps/mach/hurd/isatty.c => time/sys/timeb.h | 38 +++++++++++----------- time/tst-ftime.c | 38 ++++++++-------------- 9 files changed, 104 insertions(+), 67 deletions(-) create mode 100644 include/bits/types/struct_timeb.h create mode 100644 include/struct___timeb64.h create mode 100644 include/sys/timeb.h create mode 100644 time/bits/types/struct_timeb.h copy sysdeps/mach/hurd/isatty.c => time/sys/timeb.h (68%)