From owner-cvs-all Sat Oct 26 6:54:18 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 350A437B401; Sat, 26 Oct 2002 06:54:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D941E43E4A; Sat, 26 Oct 2002 06:54:16 -0700 (PDT) (envelope-from phantom@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 g9QDrMmV095656; Sat, 26 Oct 2002 06:53:22 -0700 (PDT) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9QDrMCZ095655; Sat, 26 Oct 2002 06:53:22 -0700 (PDT) Message-Id: <200210261353.g9QDrMCZ095655@repoman.freebsd.org> From: Alexey Zelkin Date: Sat, 26 Oct 2002 06:53:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_attr_get_np.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 phantom 2002/10/26 06:53:22 PDT Added files: lib/libc_r/uthread uthread_attr_get_np.c Log: Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads extenston function. It supposed to provide facility to get already created thread's attributes. Looks like it's last thing we need to make JDK's Hotspot building without requirement to have source tree. Reviewed by: deischen MFC after: 3 days Revision Changes Path 1.1 +50 -0 src/lib/libc_r/uthread/uthread_attr_get_np.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message