From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:34:25 2006 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 8A95F16A4E6; Fri, 11 Aug 2006 18:34:25 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AE343D6D; Fri, 11 Aug 2006 18:34:19 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIYJTp004844; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIYJ1k004843; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas) Message-Id: <200608111834.k7BIYJ1k004843@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 18:34:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c 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: Fri, 11 Aug 2006 18:34:25 -0000 thomas 2006-08-11 18:34:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen _pthread_stubs.c Log: MFC revision 1.12: Fix a stub function (pthread_cond_wait) so that is has the correct number of arguments. Fixes some cases of seg faults due to the actual pthread_cond_wait being called with a bogus mutex pointer. Revision Changes Path 1.11.8.1 +3 -3 src/lib/libc/gen/_pthread_stubs.c