From owner-cvs-all@FreeBSD.ORG Fri Aug 19 21:31:42 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 D5BF016A41F; Fri, 19 Aug 2005 21:31:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A143F43D48; Fri, 19 Aug 2005 21:31:42 +0000 (GMT) (envelope-from stefanf@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 j7JLVgjW074833; Fri, 19 Aug 2005 21:31:42 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JLVg03074832; Fri, 19 Aug 2005 21:31:42 GMT (envelope-from stefanf) Message-Id: <200508192131.j7JLVg03074832@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 19 Aug 2005 21:31:42 +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/lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c src/lib/libpthread/thread thr_mattr_kind_np.c thr_mutex.c src/lib/libthr/thread thr_mutex.c thr_mutexattr.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, 19 Aug 2005 21:31:43 -0000 stefanf 2005-08-19 21:31:42 UTC FreeBSD src repository Modified files: include pthread.h lib/libc_r/uthread uthread_mattr_kind_np.c uthread_mutex.c lib/libpthread/thread thr_mattr_kind_np.c thr_mutex.c lib/libthr/thread thr_mutex.c thr_mutexattr.c Log: - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. - Remove the macros MUTEX_TYPE_FAST and MUTEX_TYPE_COUNTING_FAST. OK'ed by: deischen Revision Changes Path 1.38 +1 -5 src/include/pthread.h 1.10 +2 -2 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.34 +1 -1 src/lib/libc_r/uthread/uthread_mutex.c 1.9 +2 -2 src/lib/libpthread/thread/thr_mattr_kind_np.c 1.48 +1 -1 src/lib/libpthread/thread/thr_mutex.c 1.34 +1 -1 src/lib/libthr/thread/thr_mutex.c 1.2 +2 -2 src/lib/libthr/thread/thr_mutexattr.c