This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 28cfa3a48e tunables, aarch64: New tunable to override cpu new 9b8f8593e5 Consolidate Linux fcntl implementation
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 | 20 +++++ sysdeps/unix/sysv/linux/arm/fcntl.c | 1 - sysdeps/unix/sysv/linux/fcntl.c | 52 ++++++------- .../unix/sysv/linux/generic/wordsize-32/fcntl.c | 86 ---------------------- sysdeps/unix/sysv/linux/hppa/fcntl.c | 1 - sysdeps/unix/sysv/linux/i386/fcntl.c | 61 --------------- sysdeps/unix/sysv/linux/m68k/fcntl.c | 1 - sysdeps/unix/sysv/linux/microblaze/fcntl.c | 1 - sysdeps/unix/sysv/linux/mips/mips32/fcntl.c | 1 - sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c | 1 - sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c | 1 - sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c | 49 ++---------- sysdeps/unix/sysv/linux/s390/s390-32/fcntl.c | 1 - sysdeps/unix/sysv/linux/sh/fcntl.c | 1 - sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c | 1 - 15 files changed, 54 insertions(+), 224 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/arm/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/i386/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/microblaze/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/sh/fcntl.c delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c