This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 45fce058fe htl: Enable more cancellation tests new 0c46891442 hurd: Make send* cancellation points new c1dcc54113 hurd: Fix __writev_nocancel_nostatus
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: sysdeps/mach/hurd/Makefile | 4 ++++ sysdeps/mach/hurd/not-cancel.h | 10 ++++++++-- sysdeps/mach/hurd/send.c | 4 ++++ sysdeps/mach/hurd/sendmsg.c | 3 +++ sysdeps/mach/hurd/sendto.c | 3 +++ ...{close_nocancel_nostatus.c => writev_nocancel_nostatus.c} | 12 +++++------- sysdeps/posix/writev.c | 2 ++ sysdeps/posix/writev_nocancel.c | 4 ++++ 8 files changed, 33 insertions(+), 9 deletions(-) copy sysdeps/mach/hurd/{close_nocancel_nostatus.c => writev_nocancel_nostatus.c} (79%) create mode 100644 sysdeps/posix/writev_nocancel.c