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

Stefan Farfeleder stefanf at FreeBSD.org
Fri Aug 19 21:31:43 GMT 2005


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


More information about the cvs-src mailing list