This is the mail archive of the
libc-alpha@sourceware.cygnus.com
mailing list for the glibc project.
Re: cancel in ptherad_join patch
- To: Kaz Kylheku <kaz at ashi dot footprints dot net>
- Subject: Re: cancel in ptherad_join patch
- From: Pavel Krauz <xkr at nettest dot dk>
- Date: Tue, 28 Mar 2000 09:51:46 +0200
- Cc: libc-alpha Mailinglist <libc-alpha at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.10.10003270730420.20939-100000@ashi.FootPrints.net>
> >+++ join.c Mon Mar 27 09:53:29 2000
> >@@ -130,11 +130,11 @@
> > if (! th->p_terminated) {
> > /* Register extrication interface */
> > __pthread_set_own_extricate_if(self, &extr);
> >- if (!(THREAD_GETMEM(self, p_canceled)
^
You are right, I didn't notice this parenthesis
cheers
Pavel