From owner-cvs-all@FreeBSD.ORG Tue May 31 15:18:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1D7A716A41C; Tue, 31 May 2005 15:18:18 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA71743D49; Tue, 31 May 2005 15:18:17 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4VFIH1X040428; Tue, 31 May 2005 15:18:17 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4VFIHam040427; Tue, 31 May 2005 15:18:17 GMT (envelope-from rodrigc) Message-Id: <200505311518.j4VFIHam040427@repoman.freebsd.org> From: Craig Rodrigues Date: Tue, 31 May 2005 15:18:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include pthread.h src/sys/sys _pthreadtypes.h types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 May 2005 15:18:18 -0000 rodrigc 2005-05-31 15:18:17 UTC FreeBSD src repository Modified files: include pthread.h sys/sys types.h Added files: sys/sys _pthreadtypes.h Log: According to: http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html #include should include the definitions of pthread types. PR: standards/78907 Reported by: Brooks Davis Approved by: das (mentor) Revision Changes Path 1.36 +1 -56 src/include/pthread.h 1.1 +95 -0 src/sys/sys/_pthreadtypes.h (new) 1.92 +2 -0 src/sys/sys/types.h