From 057ef3f74ac1a767557bf80ae6e94b0441a30f1e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 26 Aug 1995 18:17:05 +0000 Subject: (hurd_condition_wait_cancel): Name changed to `hurd_condition_wait'. --- libthreads/cancel-cond.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libthreads/cancel-cond.c') diff --git a/libthreads/cancel-cond.c b/libthreads/cancel-cond.c index 8a55fba4..317b7244 100644 --- a/libthreads/cancel-cond.c +++ b/libthreads/cancel-cond.c @@ -21,8 +21,9 @@ Cambridge, MA 02139, USA. */ #include #include "cthread_internals.h" +/* Just like condition_wait, but cancellable. Returns true if cancelled. */ int -hurd_condition_wait_cancel (condition_t c, mutex_t m) +hurd_condition_wait (condition_t c, mutex_t m) { /* This function will be called by hurd_thread_cancel while we are blocked in the condition_wait. We wake up all threads blocked on C, -- cgit v1.2.3