Date: Fri, 31 Dec 2004 15:02:14 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 67983 for review Message-ID: <200412311502.iBVF2EII009461@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67983 Change 67983 by davidxu@davidxu_tiger on 2004/12/31 15:01:35 use right field. Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_exit.c#4 edit Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_exit.c#4 (text+ko) ==== @@ -89,7 +89,7 @@ struct pthread *joiner; /* Check if this thread is already in the process of exiting: */ - if ((curthread->flags & THR_CANCEL_EXITING) != 0) { + if ((curthread->cancelflags & THR_CANCEL_EXITING) != 0) { char msg[128]; snprintf(msg, sizeof(msg), "Thread %p has called " "pthread_exit() from a destructor. POSIX 1003.1 "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412311502.iBVF2EII009461>