This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 86f4f2263b Mark unsigned long arguments with U in more syscalls [BZ #25810] new 246a53d3c6 bits/sem.h: Split out struct semid_ds new 05332ac38b semctl: Remove the sem-pad.h file new 07fe93cd98 generic/typesizes.h: Add support for 32-bit arches with 64-b [...]
The 3 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: sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/bits/sem-pad.h | 33 -------------- sysdeps/unix/sysv/linux/bits/sem.h | 26 +---------- .../unix/sysv/linux/bits/types/struct_semid_ds.h | 46 ++++++++++++++++++++ sysdeps/unix/sysv/linux/generic/bits/typesizes.h | 33 +++++++++----- sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h | 26 ----------- .../param.h => hppa/bits/types/struct_semid_ds.h} | 38 +++++++--------- sysdeps/unix/sysv/linux/mips/bits/sem-pad.h | 24 ----------- .../sysv/linux/mips/bits/types/struct_semid_ds.h | 45 ++++++------------- sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h | 26 ----------- .../linux/powerpc/bits/types/struct_semid_ds.h | 50 ++++++++-------------- sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h | 26 ----------- .../sysv/linux/sparc/bits/types/struct_semid_ds.h | 50 ++++++++-------------- sysdeps/unix/sysv/linux/x86/bits/sem-pad.h | 24 ----------- .../sysv/linux/x86/bits/types/struct_semid_ds.h | 39 +++++++---------- 15 files changed, 155 insertions(+), 334 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/bits/sem-pad.h create mode 100644 sysdeps/unix/sysv/linux/bits/types/struct_semid_ds.h delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h copy sysdeps/unix/sysv/linux/{bits/param.h => hppa/bits/types/struct_semid_ds.h} (54%) delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/sem-pad.h copy dlfcn/dlclose.c => sysdeps/unix/sysv/linux/mips/bits/types/struct_semid_ds.h (59%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h copy stdlib/strtof.c => sysdeps/unix/sysv/linux/powerpc/bits/types/struct_semid_ds [...] delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h copy stdlib/strtof.c => sysdeps/unix/sysv/linux/sparc/bits/types/struct_semid_ds.h (50%) delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/sem-pad.h copy misc/ustat.c => sysdeps/unix/sysv/linux/x86/bits/types/struct_semid_ds.h (56%)