This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch sthibaul/hurd-builds in repository glibc.
from 6953a64474 t2.26/sigsetops.h new e4a5aad430 t/tls-threadvar new ef70d12af7 t/gsync-libc From: Agustina Arzille avarzille@riseup.net S [...]
The 2 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: hurd/Makefile | 1 + hurd/Versions | 14 ++- hurd/hurd/signal.h | 23 ++-- hurd/hurd/threadvar.h | 76 ++----------- hurd/hurdlock.c | 215 +++++++++++++++++++++++++++++++++++ hurd/hurdlock.h | 124 ++++++++++++++++++++ hurd/hurdpid.c | 3 + hurd/hurdsig.c | 55 +++++---- hurd/hurdstartup.c | 1 - hurd/setauth.c | 5 +- hurd/sigunwind.c | 4 +- include/errno.h | 2 +- mach/Makefile | 2 +- mach/lock-intern.h | 74 +++++++----- mach/lowlevellock.h | 80 +++++++++++++ mach/mutex-init.c | 7 +- sysdeps/mach/Makefile | 21 ++++ sysdeps/mach/hurd/Versions | 4 +- sysdeps/mach/hurd/bits/errno.h | 6 +- sysdeps/mach/hurd/cthreads.c | 2 + sysdeps/mach/hurd/dl-sysdep.c | 19 ---- sysdeps/mach/hurd/errno-loc.c | 22 ++-- sysdeps/mach/hurd/errno.c | 1 - sysdeps/mach/hurd/fork.c | 7 +- sysdeps/mach/hurd/i386/init-first.c | 36 ------ sysdeps/mach/hurd/i386/sigreturn.c | 5 +- sysdeps/mach/hurd/i386/tls.h | 29 +++++ sysdeps/mach/hurd/libc-lock.h | 219 ------------------------------------ sysdeps/mach/hurd/libc-tsd.h | 34 ------ sysdeps/mach/hurd/mig-reply.c | 39 ++----- sysdeps/mach/hurd/profil.c | 6 +- sysdeps/mach/hurd/setpgid.c | 10 +- sysdeps/mach/hurd/setsid.c | 10 +- sysdeps/mach/libc-lock.h | 170 +++++++++++++++++++++------- 34 files changed, 765 insertions(+), 561 deletions(-) create mode 100644 hurd/hurdlock.c create mode 100644 hurd/hurdlock.h create mode 100644 mach/lowlevellock.h delete mode 100644 sysdeps/mach/hurd/errno.c delete mode 100644 sysdeps/mach/hurd/libc-lock.h delete mode 100644 sysdeps/mach/hurd/libc-tsd.h