This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e11a6734c4 hurd 64bit: Add missing data file for check-localplt test new 7647d1901e socket: Fix tst-cmsghdr-skeleton.c use of cmsg_len new 65d1407d55 hurd 64bit: Fix pthread_t/thread_t type to long new 90604f670c hurd 64bit: Add data for check-c++-types new d5e2f9eaf7 hurd 64bit: Fix flock fields types new e3a3616dbf hurd 64bit: Fix ipc_perm fields types new e2b3d7f485 hurd 64bit: Fix struct msqid_ds and shmid_ds fields new be9ad3004f Fix regex type usage
The 7 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: htl/Makefile | 2 + include/regex.h | 22 +++++------ posix/regcomp.c | 8 ++-- socket/tst-cmsghdr-skeleton.c | 2 +- sysdeps/gnu/Makefile | 6 +++ .../thread-shared-types.h => gnu/bits/ipc-perm.h} | 38 ++++++++---------- sysdeps/gnu/bits/ipc.h | 13 +----- sysdeps/gnu/bits/msq.h | 20 +--------- sysdeps/gnu/bits/shm.h | 16 +------- .../gnu/bits/{msq.h => types/struct_msqid_ds.h} | 44 +++------------------ sysdeps/gnu/bits/types/struct_shmid_ds.h | 39 ++++++++++++++++++ sysdeps/htl/bits/pthread.h | 2 +- sysdeps/htl/bits/thread-shared-types.h | 2 +- .../htl/bits/{pthread.h => types/__pthread_t.h} | 22 +++-------- sysdeps/htl/bits/{pthread.h => types/__thrd_t.h} | 22 +++-------- sysdeps/mach/hurd/Makefile | 2 + sysdeps/mach/hurd/bits/fcntl.h | 28 +------------ sysdeps/mach/hurd/bits/types/struct_flock.h | 46 ++++++++++++++++++++++ .../bits/ipc.h => mach/hurd/i386/bits/ipc-perm.h} | 24 ++--------- sysdeps/mach/hurd/i386/bits/types/struct_flock.h | 46 ++++++++++++++++++++++ .../hurd/i386/bits/types/struct_msqid_ds.h} | 41 ++----------------- .../mach/hurd/i386/bits/types/struct_shmid_ds.h | 40 +++++++++++++++++++ .../hurd/i386/htl/bits/types/__pthread_t.h} | 20 ++-------- .../hurd/i386/htl/bits/types/__thrd_t.h} | 22 +++-------- sysdeps/mach/hurd/{i386 => x86_64}/c++-types.data | 0 sysdeps/unix/sysv/linux/Makefile | 3 -- sysdeps/unix/sysv/linux/bits/ipc.h | 40 ------------------- 27 files changed, 251 insertions(+), 319 deletions(-) copy sysdeps/{htl/bits/thread-shared-types.h => gnu/bits/ipc-perm.h} (54%) copy sysdeps/gnu/bits/{msq.h => types/struct_msqid_ds.h} (63%) create mode 100644 sysdeps/gnu/bits/types/struct_shmid_ds.h copy sysdeps/htl/bits/{pthread.h => types/__pthread_t.h} (64%) copy sysdeps/htl/bits/{pthread.h => types/__thrd_t.h} (64%) create mode 100644 sysdeps/mach/hurd/bits/types/struct_flock.h copy sysdeps/{gnu/bits/ipc.h => mach/hurd/i386/bits/ipc-perm.h} (62%) create mode 100644 sysdeps/mach/hurd/i386/bits/types/struct_flock.h copy sysdeps/{gnu/bits/msq.h => mach/hurd/i386/bits/types/struct_msqid_ds.h} (68%) create mode 100644 sysdeps/mach/hurd/i386/bits/types/struct_shmid_ds.h copy sysdeps/{htl/bits/pthread.h => mach/hurd/i386/htl/bits/types/__pthread_t.h} (66%) copy sysdeps/{htl/bits/pthread.h => mach/hurd/i386/htl/bits/types/__thrd_t.h} (64%) copy sysdeps/mach/hurd/{i386 => x86_64}/c++-types.data (100%) delete mode 100644 sysdeps/unix/sysv/linux/bits/ipc.h