From owner-cvs-all Thu Oct 31 12:40:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821D037B401; Thu, 31 Oct 2002 12:40:43 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA01C43E42; Thu, 31 Oct 2002 12:40:42 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g9VKegdi018003; Thu, 31 Oct 2002 15:40:42 -0500 (EST) Date: Thu, 31 Oct 2002 15:40:42 -0500 (EST) From: Daniel Eischen To: Doug Rabson Cc: Daniel Eischen , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_mutex.c In-Reply-To: <20021031194050.A13073-100000@herring.nlsystems.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 31 Oct 2002, Doug Rabson wrote: > On Thu, 31 Oct 2002, Daniel Eischen wrote: > > > deischen 2002/10/31 10:17:58 PST > > > > Modified files: > > lib/libc_r/uthread uthread_mutex.c > > Log: > > Use the strong symbol'd version of pthread_mutex_init so we don't > > accidentally call a stub or application provided version of the > > same routine. > > There are still some calls to pthread_* functions. I'm sure that at least > some of these ought to change to _pthread_*. OK, I'll take a closer look at it. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message