From owner-cvs-src@FreeBSD.ORG Fri Oct 13 22:31:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 616C016A417; Fri, 13 Oct 2006 22:31:03 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33F543D67; Fri, 13 Oct 2006 22:31:00 +0000 (GMT) (envelope-from davidxu@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 k9DMV0fp063778; Fri, 13 Oct 2006 22:31:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9DMV0E3063777; Fri, 13 Oct 2006 22:31:00 GMT (envelope-from davidxu) Message-Id: <200610132231.k9DMV0E3063777@repoman.freebsd.org> From: David Xu Date: Fri, 13 Oct 2006 22:31:00 +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/lib/libthr/thread thr_umtx.c thr_umtx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 22:31:03 -0000 davidxu 2006-10-13 22:31:00 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_umtx.c thr_umtx.h Log: o Make _thr_umutex_init a function. o Eliminate unused parameter for some functions. o Convert type of first parameter to void * for _thr_umtx_wait and _thr_umtx_wake. Revision Changes Path 1.5 +14 -6 src/lib/libthr/thread/thr_umtx.c 1.6 +9 -15 src/lib/libthr/thread/thr_umtx.h