This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e0c6851 Write messages to stdout and use write_message instead of write new 3c7f1f5 Consolidate lseek/lseek64/llseek 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 | 18 +++++++ nptl/Makefile | 2 +- sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/alpha/Makefile | 2 +- sysdeps/unix/sysv/linux/generic/sysdep.h | 4 +- .../unix/sysv/linux/generic/wordsize-32/llseek.c | 46 ------------------ sysdeps/unix/sysv/linux/llseek.c | 46 ------------------ .../sysv/linux/{generic/wordsize-32 => }/lseek.c | 35 ++++++++++---- sysdeps/unix/sysv/linux/lseek64.c | 55 +++++++++++++++++++++- sysdeps/unix/sysv/linux/mips/mips64/llseek.c | 1 - sysdeps/unix/sysv/linux/mips/mips64/syscalls.list | 2 - sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 3 -- .../sysv/linux/{lseek64.c => x86_64/x32/lseek64.S} | 0 13 files changed, 105 insertions(+), 111 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c delete mode 100644 sysdeps/unix/sysv/linux/llseek.c rename sysdeps/unix/sysv/linux/{generic/wordsize-32 => }/lseek.c (56%) delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/llseek.c copy sysdeps/unix/sysv/linux/{lseek64.c => x86_64/x32/lseek64.S} (100%)