Date: Fri, 19 Aug 2005 21:31:42 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200508192131.j7JLVg03074832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508192131.j7JLVg03074832>