This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 20bee71348 test-container: Always copy test-specific support files [BZ #27537] new b2970919ba io: Return UNSUPPORTED if filesystem do not support 64 bit t [...] new cdba937662 nptl: Move Linux pthread_kill to nptl new 2b47727c68 posix: Consolidate register-atfork new 2883de0720 linux: Use __libc_single_threaded on fork new 7384193b71 nptl: Move fork into libc new 0280b390fb support: Add xpthread_kill
The 6 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 +- htl/register-atfork.c | 157 --------------------- sysdeps/htl/fork.h => include/register-atfork.h | 38 ++++- nptl/Makefile | 2 - nptl/Versions | 2 - nptl/pt-fork.c | 49 ------- nptl/pthread_kill.c | 26 ++-- posix/Makefile | 2 +- {nptl => posix}/register-atfork.c | 8 +- support/Makefile | 2 + support/support.h | 5 + support/support_path_support_time64.c | 76 ++++++++++ .../xpthread_kill.c | 8 +- support/xthread.h | 2 + sysdeps/generic/fork.h | 19 +++ sysdeps/htl/pt-atfork.c | 1 + sysdeps/mach/hurd/fork.c | 15 +- sysdeps/nptl/fork.c | 3 +- sysdeps/nptl/fork.h | 42 +----- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/i386/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 2 - .../sysv/linux/m68k/coldfire/libpthread.abilist | 2 - .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 2 - .../sysv/linux/microblaze/be/libpthread.abilist | 2 - .../sysv/linux/microblaze/le/libpthread.abilist | 2 - .../unix/sysv/linux/mips/mips32/libpthread.abilist | 2 - .../unix/sysv/linux/mips/mips64/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 2 - .../linux/powerpc/powerpc32/libpthread.abilist | 2 - .../linux/powerpc/powerpc64/be/libpthread.abilist | 2 - .../linux/powerpc/powerpc64/le/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/pthread_kill.c | 57 -------- .../sysv/linux/s390/s390-32/libpthread.abilist | 2 - .../sysv/linux/s390/s390-64/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 2 - .../sysv/linux/sparc/sparc32/libpthread.abilist | 2 - .../sysv/linux/sparc/sparc64/libpthread.abilist | 2 - sysdeps/unix/sysv/linux/tst-futimens.c | 8 +- sysdeps/unix/sysv/linux/tst-utime.c | 7 +- sysdeps/unix/sysv/linux/tst-utimes.c | 7 +- .../unix/sysv/linux/x86_64/64/libpthread.abilist | 2 - .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 2 - 48 files changed, 194 insertions(+), 394 deletions(-) delete mode 100644 htl/register-atfork.c rename sysdeps/htl/fork.h => include/register-atfork.h (54%) delete mode 100644 nptl/pt-fork.c rename {nptl => posix}/register-atfork.c (97%) create mode 100644 support/support_path_support_time64.c copy elf/dl-diagnostics-cpu.c => support/xpthread_kill.c (80%) delete mode 100644 sysdeps/unix/sysv/linux/pthread_kill.c