This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e4252e5c53 Add MAINTAINERS new 0f01acb340 Consolidate Linux close syscall generation new b41152d716 Consolidate Linux open implementation new cab6e5af9d Consolidate Linux creat implementation new f6a191a6ee Consolidate Linux read syscall new dfaaee33ba Consolidate Linux write syscall new 679e979bf3 Consolidate Linux readv implementation new 488e08b600 Consolidate Linux writev implementation new 31073a53d8 powerpc: Fix signal handling in backtrace
The 8 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 | 50 ++++++++++++++++++++++ include/unistd.h | 2 + io/Makefile | 4 ++ nptl/Makefile | 3 ++ sysdeps/powerpc/powerpc32/backtrace.c | 17 +++++--- sysdeps/powerpc/powerpc64/backtrace.c | 17 +++++--- sysdeps/unix/sysv/linux/alpha/creat.c | 8 ---- sysdeps/{nacl => unix/sysv/linux}/close.c | 9 ++-- sysdeps/unix/sysv/linux/{generic => }/creat.c | 17 +++++--- .../unix/sysv/linux/{generic/creat.c => creat64.c} | 26 ++++++----- sysdeps/unix/sysv/linux/generic/open64.c | 44 ------------------- sysdeps/unix/sysv/linux/{generic => }/open.c | 25 +++-------- sysdeps/unix/sysv/linux/open64.c | 24 +++++++++-- sysdeps/{mach/hurd => unix/sysv/linux}/read.c | 13 +++--- .../unix/sysv/linux/readv.c | 12 +++--- sysdeps/unix/sysv/linux/syscalls.list | 1 - sysdeps/unix/sysv/linux/wordsize-64/creat64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/open64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 2 - sysdeps/{nacl => unix/sysv/linux}/write.c | 10 ++--- .../unix/sysv/linux/writev.c | 12 +++--- 21 files changed, 161 insertions(+), 137 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/alpha/creat.c copy sysdeps/{nacl => unix/sysv/linux}/close.c (83%) copy sysdeps/unix/sysv/linux/{generic => }/creat.c (77%) rename sysdeps/unix/sysv/linux/{generic/creat.c => creat64.c} (64%) delete mode 100644 sysdeps/unix/sysv/linux/generic/open64.c rename sysdeps/unix/sysv/linux/{generic => }/open.c (78%) copy sysdeps/{mach/hurd => unix/sysv/linux}/read.c (79%) copy support/xpthread_attr_init.c => sysdeps/unix/sysv/linux/readv.c (77%) delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/creat64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/open64.c copy sysdeps/{nacl => unix/sysv/linux}/write.c (80%) copy support/xpthread_attr_init.c => sysdeps/unix/sysv/linux/writev.c (77%)