From 632b6761c348150e018c42ee06265794668d9180 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Nov 2000 00:43:08 +0000 Subject: Update. 2000-11-06 Ulrich Drepper * iconvdata/big5.c: Regenerated after BIG5 charmap change. Patch by Tung-Han Hsieh . * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Fix typo in comparison with new cache magic bytes. Patch by Denis Zaitsev . 2000-11-03 Bruno Haible * locale/C-translit.h.in: Update from translit_neutral. * locale/C-translit.h: Regenerated. * intl/tst-translit.c: Update. --- linuxthreads/cancel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/cancel.c') diff --git a/linuxthreads/cancel.c b/linuxthreads/cancel.c index 370a373c77..40f9db5302 100644 --- a/linuxthreads/cancel.c +++ b/linuxthreads/cancel.c @@ -65,6 +65,7 @@ int pthread_cancel(pthread_t thread) th = handle->h_descr; if (th->p_cancelstate == PTHREAD_CANCEL_DISABLE || th->p_canceled) { + th->p_canceled = 1; __pthread_unlock(&handle->h_lock); return 0; } -- cgit 1.4.1