From owner-cvs-all@FreeBSD.ORG Sat Apr 19 18:53:14 2003 Return-Path: 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 4C35637B401; Sat, 19 Apr 2003 18:53:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E575043F3F; Sat, 19 Apr 2003 18:53:13 -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 h3K1rD0U035070; Sat, 19 Apr 2003 18:53:13 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3K1rD7u035069; Sat, 19 Apr 2003 18:53:13 -0700 (PDT) Message-Id: <200304200153.h3K1rD7u035069@repoman.freebsd.org> From: John Polstra Date: Sat, 19 Apr 2003 18:53:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 src/lib/libthr/thread Makefile.inc thr_concurrency.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 01:53:15 -0000 jdp 2003/04/19 18:53:13 PDT FreeBSD src repository Modified files: include pthread.h lib/libc_r/man Makefile.inc lib/libc_r/uthread Makefile.inc lib/libthr/thread Makefile.inc Added files: lib/libc_r/man pthread_getconcurrency.3 lib/libc_r/uthread uthread_concurrency.c lib/libthr/thread thr_concurrency.c Log: Add stub implementations of pthread_[gs]etconcurrency to libc_r and libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin MFC after: 1 week Revision Changes Path 1.28 +2 -0 src/include/pthread.h 1.20 +2 -0 src/lib/libc_r/man/Makefile.inc 1.1 +107 -0 src/lib/libc_r/man/pthread_getconcurrency.3 (new) 1.36 +1 -0 src/lib/libc_r/uthread/Makefile.inc 1.1 +60 -0 src/lib/libc_r/uthread/uthread_concurrency.c (new) 1.2 +1 -0 src/lib/libthr/thread/Makefile.inc 1.1 +60 -0 src/lib/libthr/thread/thr_concurrency.c (new)