This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".
The branch, rbraun/hurd_with_pthreads has been updated
via cefecdd84ef023641f25d2598080c34ca1212bca (commit)
from f94ef9cff5b4c9c7120a9b2a96c4bb0d2fdc377d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cefecdd84ef023641f25d2598080c34ca1212bca
Author: Richard Braun <[email protected]>
Date: Sun Aug 12 15:13:06 2012 +0200
Remove unneeded functions
The cancellation Hurd servers deal with has actually nothing to do with
pthread cancellation. The only required function is
pthread_hurd_cond_wait which handles both the sigstate structure
embedding the pending cancellation and the pthread-specific condition
variable.
-----------------------------------------------------------------------
Summary of changes:
sysdeps/mach/hurd/pt-hurd-cancel.c | 91 --------------------------------
sysdeps/mach/hurd/pt-hurd-testcancel.c | 38 -------------
2 files changed, 0 insertions(+), 129 deletions(-)
delete mode 100644 sysdeps/mach/hurd/pt-hurd-cancel.c
delete mode 100644 sysdeps/mach/hurd/pt-hurd-testcancel.c
hooks/post-receive
--
POSIX threading library