From owner-cvs-src-old@FreeBSD.ORG Sun Oct 4 21:47:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D38106568B for ; Sun, 4 Oct 2009 21:47:08 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAC68FC17 for ; Sun, 4 Oct 2009 21:47:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n94Ll8cf065860 for ; Sun, 4 Oct 2009 21:47:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n94Ll8Sq065859 for cvs-src-old@freebsd.org; Sun, 4 Oct 2009 21:47:08 GMT (envelope-from marcus@repoman.freebsd.org) Message-Id: <200910042147.n94Ll8Sq065859@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcus@repoman.freebsd.org using -f From: Joe Marcus Clarke Date: Sun, 4 Oct 2009 21:46:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 21:47:08 -0000 marcus 2009-10-04 21:46:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/gen _pthread_stubs.c Log: SVN rev 197758 on 2009-10-04 21:46:43Z by marcus MFC: rev. 197681 Correct the pthread stub prototype for pthread_mutexattr_settype to allow for the type argument. This is known to fix some pthread_mutexattr_settype() invocations, especially when it comes to pulseaudio. Approved by: re (kib) Revision Changes Path 1.13.10.2 +1 -1 src/lib/libc/gen/_pthread_stubs.c