This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 680942b016 Improve performance of memmem new 4e75c2a43b <sys/cdefs.h>: Add __glibc_has_include macro new 5dad6ffbb2 <sys/stat.h>: Use Linux UAPI header for statx if available a [...]
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: ChangeLog | 21 +++++++ .../bits/statx-generic.h | 3 +- include/bits/types/struct_statx.h | 1 + include/bits/types/struct_statx_timestamp.h | 1 + io/Makefile | 4 +- io/bits/statx-generic.h | 60 ++++++++++++++++++ io/bits/statx.h | 73 ++-------------------- io/bits/{statx.h => types/struct_statx.h} | 46 ++------------ .../bits/types/struct_statx_timestamp.h | 25 ++++---- io/statx_generic.c | 11 +++- misc/sys/cdefs.h | 6 ++ .../unix/sysv/linux/bits/statx.h | 26 ++++---- 12 files changed, 137 insertions(+), 140 deletions(-) copy sysdeps/ieee754/float128/e_lgammaf128_r.c => include/bits/statx-generic.h (52%) create mode 100644 include/bits/types/struct_statx.h create mode 100644 include/bits/types/struct_statx_timestamp.h create mode 100644 io/bits/statx-generic.h copy io/bits/{statx.h => types/struct_statx.h} (58%) copy nptl/pthread_mutex_conf.h => io/bits/types/struct_statx_timestamp.h (66%) copy nptl/pthread_mutex_conf.h => sysdeps/unix/sysv/linux/bits/statx.h (63%)