From owner-cvs-all Thu Oct 31 10:19:20 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 D0F4737B401; Thu, 31 Oct 2002 10:19:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8599343E42; Thu, 31 Oct 2002 10:19:19 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VIHwmV001655; Thu, 31 Oct 2002 10:17:58 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9VIHwMn001654; Thu, 31 Oct 2002 10:17:58 -0800 (PST) Message-Id: <200210311817.g9VIHwMn001654@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 31 Oct 2002 10:17:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_mutex.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 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. Submitted by: dfr Revision Changes Path 1.32 +2 -2 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message