This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2a4b25fad8 Use common bits/shm.h for more architectures. new 9f9feb6d5d Use single bits/msq.h for all architectures.
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 | 24 ++++++ sysdeps/unix/sysv/linux/Makefile | 3 +- .../unix/sysv/linux/bits/msq-pad.h | 24 +++--- sysdeps/unix/sysv/linux/bits/msq.h | 37 ++++----- .../{bits/procfs-id.h => hppa/bits/msq-pad.h} | 13 +-- sysdeps/unix/sysv/linux/hppa/bits/msq.h | 85 -------------------- .../{x86/bits/procfs-id.h => mips/bits/msq-pad.h} | 19 ++--- sysdeps/unix/sysv/linux/mips/bits/msq.h | 93 ---------------------- .../bits/procfs-id.h => powerpc/bits/msq-pad.h} | 13 +-- sysdeps/unix/sysv/linux/powerpc/bits/msq.h | 84 ------------------- .../sysv/linux/sparc/bits/msq-pad.h} | 25 ++---- sysdeps/unix/sysv/linux/sparc/bits/msq.h | 85 -------------------- .../sysv/linux/x86/bits/msq-pad.h} | 20 +++-- sysdeps/unix/sysv/linux/x86/bits/msq.h | 83 ------------------- 14 files changed, 97 insertions(+), 511 deletions(-) copy resolv/gai_sigqueue.c => sysdeps/unix/sysv/linux/bits/msq-pad.h (62%) copy sysdeps/unix/sysv/linux/{bits/procfs-id.h => hppa/bits/msq-pad.h} (74%) delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/msq.h copy sysdeps/unix/sysv/linux/{x86/bits/procfs-id.h => mips/bits/msq-pad.h} (68%) delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/msq.h copy sysdeps/unix/sysv/linux/{sh/bits/procfs-id.h => powerpc/bits/msq-pad.h} (74%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/msq.h copy sysdeps/{x86/tst-cet-legacy-3.c => unix/sysv/linux/sparc/bits/msq-pad.h} (74%) delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/msq.h copy sysdeps/{s390/tst-dl-runtime-mod.S => unix/sysv/linux/x86/bits/msq-pad.h} (74%) delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/msq.h