From owner-cvs-all Tue Jan 7 13:53:42 2003 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 8FCC737B401; Tue, 7 Jan 2003 13:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3685943EA9; Tue, 7 Jan 2003 13:53:41 -0800 (PST) (envelope-from fjoe@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 h07Lrffh049788; Tue, 7 Jan 2003 13:53:41 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h07LreNU049787; Tue, 7 Jan 2003 13:53:40 -0800 (PST) Message-Id: <200301072153.h07LreNU049787@repoman.freebsd.org> From: Max Khon Date: Tue, 7 Jan 2003 13:53:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread_np.h src/lib/libc_r/man pthread_attr_get_np.3 src/lib/libc_r/uthread uthread_attr_get_np.c X-FreeBSD-CVS-Branch: RELENG_5_0 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 fjoe 2003/01/07 13:53:40 PST Modified files: (Branch: RELENG_5_0) include pthread_np.h lib/libc_r/man pthread_attr_get_np.3 lib/libc_r/uthread uthread_attr_get_np.c Log: MFC: pthread_attr_get_np now takes 'pthread_t' (not 'pthread_t *') to be more consistent with other pthread_XXX functions Approved by: re, deischen Revision Changes Path 1.14.2.1 +1 -1 src/include/pthread_np.h 1.2.2.1 +2 -2 src/lib/libc_r/man/pthread_attr_get_np.3 1.1.2.1 +6 -7 src/lib/libc_r/uthread/uthread_attr_get_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message