cvs commit: src/lib/libpthread/thread thr_mutex.c

Brian Feldman green at FreeBSD.org
Sat Oct 30 22:03:50 PDT 2004


green       2004-10-31 05:03:50 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_mutex.c 
  Log:
  Make pthread_mutex_trylock(3) return EBUSY on failure, as all software
  packages expect and seems to be most correct according to the slightly-
  ambiguous standards.
  
  MFC after:              1 month
  Corroborated by:        POSIX <http://tinyurl.com/4uvub>
  Reviewed by:            silence on threads@
  
  Revision  Changes    Path
  1.46      +1 -8      src/lib/libpthread/thread/thr_mutex.c


More information about the cvs-src mailing list