From owner-cvs-src@FreeBSD.ORG Tue May 27 11:18:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571BE37B401; Tue, 27 May 2003 11:18:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F7A43F75; Tue, 27 May 2003 11:18:01 -0700 (PDT) (envelope-from jdp@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 h4RII10U035979; Tue, 27 May 2003 11:18:01 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4RII13s035978; Tue, 27 May 2003 11:18:01 -0700 (PDT) Message-Id: <200305271818.h4RII13s035978@repoman.freebsd.org> From: John Polstra Date: Tue, 27 May 2003 11:18:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/include pthread.h src/lib/libc_r/man Makefile.inc pthread_getconcurrency.3 src/lib/libc_r/uthread Makefile.inc uthread_concurrency.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 18:18:02 -0000 jdp 2003/05/27 11:18:01 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) include pthread.h lib/libc_r/man Makefile.inc lib/libc_r/uthread Makefile.inc Added files: (Branch: RELENG_4) lib/libc_r/man pthread_getconcurrency.3 lib/libc_r/uthread uthread_concurrency.c Log: MFC: Add stub implementations of pthread_[gs]etconcurrency to libc_r. This merges the following revisions from the trunk: 1.28 src/include/pthread.h 1.20 src/lib/libc_r/man/Makefile.inc 1.1, 1.2 src/lib/libc_r/man/pthread_getconcurrency.3 1.36 src/lib/libc_r/uthread/Makefile.inc 1.1 src/lib/libc_r/uthread/uthread_concurrency.c PR: standards/50848 Revision Changes Path 1.20.2.4 +2 -0 src/include/pthread.h 1.11.2.5 +2 -0 src/lib/libc_r/man/Makefile.inc 1.2.2.1 +115 -0 src/lib/libc_r/man/pthread_getconcurrency.3 (new) 1.23.2.8 +1 -0 src/lib/libc_r/uthread/Makefile.inc 1.1.2.1 +60 -0 src/lib/libc_r/uthread/uthread_concurrency.c (new)