From owner-cvs-src-old@FreeBSD.ORG Thu Oct 1 18:23:59 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 641E41065670 for ; Thu, 1 Oct 2009 18:23:59 +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 380C08FC08 for ; Thu, 1 Oct 2009 18:23:59 +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 n91INxEu051800 for ; Thu, 1 Oct 2009 18:23:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n91INxOi051799 for cvs-src-old@freebsd.org; Thu, 1 Oct 2009 18:23:59 GMT (envelope-from marcus@repoman.freebsd.org) Message-Id: <200910011823.n91INxOi051799@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcus@repoman.freebsd.org using -f From: Joe Marcus Clarke Date: Thu, 1 Oct 2009 18:23:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Thu, 01 Oct 2009 18:23:59 -0000 marcus 2009-10-01 18:23:50 UTC FreeBSD src repository Modified files: lib/libc/gen _pthread_stubs.c Log: SVN rev 197681 on 2009-10-01 18:23:50Z by marcus 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: kib deischen (threads) MFC after: 3 days Revision Changes Path 1.14 +1 -1 src/lib/libc/gen/_pthread_stubs.c