cvs commit: src/lib/libpthread/arch/i386/i386 ksd.c src/lib/libpthread/thread thr_cond.c thr_kern.c thr_pselect.c

Daniel Eischen deischen at FreeBSD.org
Mon May 19 16:04:51 PDT 2003


deischen    2003/05/19 16:04:50 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/i386/i386 ksd.c 
    lib/libpthread/thread thr_cond.c thr_kern.c thr_pselect.c 
  Log:
  Eek, staticize a couple of functions that shouldn't
  be external (initialize()!).
  
  Remove cancellation points from _pthread_cond_wait and
  _pthread_cond_timedwait (single underscore versions are
  libc private functions).  Point the weak reference(!) for
  these functions to the versions with cancellation points.
  
  Approved by:    re@(blanket till 5/19)
  Pointed out by: kan (cancellation point bug)
  
  Revision  Changes    Path
  1.3       +3 -1      src/lib/libpthread/arch/i386/i386/ksd.c
  1.41      +12 -21    src/lib/libpthread/thread/thr_cond.c
  1.66      +6 -1      src/lib/libpthread/thread/thr_kern.c
  1.4       +3 -1      src/lib/libpthread/thread/thr_pselect.c


More information about the cvs-all mailing list