This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 726117e01b htl: avoid cancelling threads inside critical sections new cf2c8cc2c6 htl: Fix includes for lockfile new 6414eef6e0 htl: Move cleanup handling to non-private libc-lock new 67a78072e2 hurd: clean fd and port on thread cancel
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: hurd/Makefile | 3 +- hurd/{port-cleanup.c => fd-cleanup.c} | 17 +++++---- hurd/fd-read.c | 2 +- hurd/fd-write.c | 2 +- hurd/hurd.h | 1 + hurd/hurd/fd.h | 1 + hurd/hurd/port.h | 1 + hurd/port-cleanup.c | 13 ++++++- sysdeps/htl/flockfile.c | 2 +- sysdeps/htl/ftrylockfile.c | 4 +- sysdeps/htl/funlockfile.c | 3 +- sysdeps/htl/libc-lock.h | 70 +++++++++++++++++++++++++++++++++++ sysdeps/htl/libc-lockP.h | 33 ----------------- sysdeps/hurd/include/hurd.h | 5 +++ sysdeps/hurd/include/hurd/fd.h | 41 ++++++++++++++++++++ sysdeps/hurd/include/hurd/port.h | 24 ++++++++++++ sysdeps/mach/hurd/recv.c | 12 +++--- sysdeps/mach/hurd/recvfrom.c | 12 +++--- sysdeps/mach/hurd/recvmsg.c | 12 +++--- sysdeps/mach/hurd/send.c | 8 ++-- sysdeps/mach/hurd/sendmsg.c | 2 +- sysdeps/mach/hurd/sendto.c | 2 +- 22 files changed, 196 insertions(+), 74 deletions(-) copy hurd/{port-cleanup.c => fd-cleanup.c} (66%) create mode 100644 sysdeps/htl/libc-lock.h