From owner-cvs-all Fri Nov 1 1:38:43 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 05B8F37B401; Fri, 1 Nov 2002 01:38:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F3943E75; Fri, 1 Nov 2002 01:38:41 -0800 (PST) (envelope-from dfr@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 gA19bHmV086901; Fri, 1 Nov 2002 01:37:17 -0800 (PST) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA19bHLY086900; Fri, 1 Nov 2002 01:37:17 -0800 (PST) Message-Id: <200211010937.gA19bHLY086900@repoman.freebsd.org> From: Doug Rabson Date: Fri, 1 Nov 2002 01:37:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include namespace.h reentrant.h 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 dfr 2002/11/01 01:37:17 PST Modified files: lib/libc/gen _pthread_stubs.c lib/libc/include namespace.h reentrant.h Log: * Add stubs for pthread_cond_broadcast. * Fix typos in rwlock stubs. * Add pthread_XXX counterparts to the _pthread_XXX stubs which libraries like libX11 can use to ensure thread-safety without requiring the use of a thread library. Submitted by: Terry Lambert (pthread_cond_broadcast) Reviewed by: deischen Revision Changes Path 1.8 +243 -28 src/lib/libc/gen/_pthread_stubs.c 1.10 +1 -0 src/lib/libc/include/namespace.h 1.2 +2 -0 src/lib/libc/include/reentrant.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message