This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e91f44089c Allow gdb version 10 in pretty printer tests. new 94caafa040 io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
The 1 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: io/Makefile | 2 +- io/fstat.c | 6 ++ io/fstat64.c | 6 ++ debug/tst-lfschk1.c => io/tst-stat-lfs.c | 2 +- io/tst-stat.c | 102 +++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/fstat.c | 6 ++ sysdeps/unix/sysv/linux/fstat64.c | 12 ++++ 7 files changed, 134 insertions(+), 2 deletions(-) copy debug/tst-lfschk1.c => io/tst-stat-lfs.c (56%) create mode 100644 io/tst-stat.c