This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from a24f414ba1 Remove obsolete defines for HPUX support from fcntl.h and up [...] adds 56010b73e8 hurd: break relocation loop between libc.so and lib{mach,hur [...] adds 3b13266f14 mach: Add missing assert.h include adds b4fcf0475b hurd: make ptsname fail with ENOTTY on non-master-pty adds 839fa6bc8a hurd: Drop CLOCK_MONOTONIC change which slipped in new 1f1a4847a4 y2038: Convert cnd_timedwait to support 64 bit time new b0c0ad4d54 y2038: Convert mtx_timedlock to support 64 bit time new eb60eda2b9 y2038: Convert thrd_sleep to support 64 bit time new 7ed2b6921f nanosleep: Pass NULL when rem == NULL on ports with __TIMESI [...] new 9446e02b0d hurd: Remove some remnants of cthreads new aac0f62c47 hurd: let _dl_argv and __libc_stack_end be relro
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: conform/Makefile | 5 ++- htl/libpthread_syms.a | 4 +- htl/lockfile.c | 1 - hurd/dtable.c | 2 +- hurd/hurd.h | 4 -- hurd/hurd/fd.h | 5 ++- hurd/hurd/id.h | 2 +- hurd/hurd/signal.h | 5 +-- hurd/hurdmalloc.c | 13 +++--- hurd/hurdpid.c | 2 - hurd/hurdrlimit.c | 2 +- hurd/hurdsig.c | 52 +++++++++++----------- hurd/hurdsock.c | 2 +- hurd/hurdstartup.c | 10 +---- hurd/msgportdemux.c | 6 +-- mach/Makefile | 2 +- mach/Versions | 4 ++ mach/lock-intern.h | 9 ++++ mach/mach/mig_support.h | 15 +------ sysdeps/mach/htl/thrd_yield.c => mach/mig_memcpy.c | 10 ++--- mach/mutex-solid.c | 7 ++- scripts/check-local-headers.sh | 2 +- sysdeps/htl/Makeconfig | 2 +- sysdeps/htl/bits/pthread-np.h | 2 +- sysdeps/hurd/include/hurd/signal.h | 2 + sysdeps/mach/clock_gettime.c | 1 + sysdeps/mach/hurd/brk.c | 2 +- sysdeps/mach/hurd/cthreads.c | 8 ++-- sysdeps/mach/hurd/dl-sysdep.h | 7 --- sysdeps/mach/hurd/fork.c | 2 +- sysdeps/mach/hurd/htl/bits/pthread-np.h | 2 +- sysdeps/mach/hurd/i386/Makefile | 2 + sysdeps/mach/hurd/profil.c | 2 +- sysdeps/mach/hurd/ptsname.c | 8 ++++ sysdeps/mach/include/mach/mig_support.h | 12 +++++ sysdeps/unix/sysv/linux/clock_nanosleep.c | 3 +- .../sysv/linux/{nanosleep.c => cnd_timedwait.c} | 36 +++++++-------- .../sysv/linux/{nanosleep.c => mtx_timedlock.c} | 35 ++++++--------- sysdeps/unix/sysv/linux/nanosleep.c | 2 +- .../types/struct_semid64_ds.h => thrd_priv.h} | 26 ++++++----- sysdeps/{pthread => unix/sysv/linux}/thrd_sleep.c | 28 ++++++++++-- 41 files changed, 179 insertions(+), 167 deletions(-) copy sysdeps/mach/htl/thrd_yield.c => mach/mig_memcpy.c (81%) copy sysdeps/unix/sysv/linux/{nanosleep.c => cnd_timedwait.c} (51%) copy sysdeps/unix/sysv/linux/{nanosleep.c => mtx_timedlock.c} (55%) copy sysdeps/unix/sysv/linux/{bits/types/struct_semid64_ds.h => thrd_priv.h} (52%) copy sysdeps/{pthread => unix/sysv/linux}/thrd_sleep.c (56%)