From owner-cvs-all Thu May 2 12:58: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B97E37B41F; Thu, 2 May 2002 12:57:59 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g42Jvx294093; Thu, 2 May 2002 12:57:59 -0700 (PDT) (envelope-from archie) Message-Id: <200205021957.g42Jvx294093@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 2 May 2002 12:57:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cancel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/05/02 12:57:59 PDT Modified files: lib/libc_r/uthread uthread_cancel.c Log: Make sure calls to pthread_cancel() do not take effect if the target thread is already exiting. PR: bin/37614 Reviewed by: deischen MFC after: 1 week Revision Changes Path 1.13 +4 -2 src/lib/libc_r/uthread/uthread_cancel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message