This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from 91b02c5b4d libio: do not attempt to free wide buffers of legacy streams [...] adds 5f7fa9ac30 io: Remove copy_file_range emulation [BZ #24744]
No new revisions were added by this update.
Summary of changes: ChangeLog | 36 ++ NEWS | 9 + io/Makefile | 5 - io/copy_file_range-compat.c | 160 ------ io/copy_file_range.c | 18 +- io/tst-copy_file_range-compat.c | 30 -- io/tst-copy_file_range.c | 557 +-------------------- manual/llio.texi | 10 +- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 1 - sysdeps/unix/sysv/linux/copy_file_range.c | 21 +- sysdeps/unix/sysv/linux/kernel-features.h | 4 - .../unix/sysv/linux/microblaze/kernel-features.h | 3 - 12 files changed, 78 insertions(+), 776 deletions(-) delete mode 100644 io/copy_file_range-compat.c delete mode 100644 io/tst-copy_file_range-compat.c