This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from bf8c542 resolv: Compile without -Wno-write-strings new 5da2c62 Consolidate Linux sync_file_range implementations
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: ChangeLog | 10 ++ sysdeps/unix/sysv/linux/Makefile | 2 +- .../unix/sysv/linux/mips/mips32/sync_file_range.c | 33 ------ .../unix/sysv/linux/mips/mips64/n32/syscalls.list | 1 - .../unix/sysv/linux/mips/mips64/n64/syscalls.list | 2 - .../sysv/linux/powerpc/powerpc64/sync_file_range.c | 30 ----- sysdeps/unix/sysv/linux/sync_file_range.c | 35 ++---- sysdeps/unix/sysv/linux/tst-sync_file_range.c | 131 +++++++++++++++++++++ 8 files changed, 150 insertions(+), 94 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c create mode 100644 sysdeps/unix/sysv/linux/tst-sync_file_range.c