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

David Xu davidxu at FreeBSD.org
Fri Jan 16 19:09:58 PST 2004


davidxu     2004/01/16 19:09:57 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_mutex.c 
  Log:
  Return EPERM if mutex owner is not current thread but it tries to
  unlock the mutex, old code confuses some programs when it returns EINVAL.
  
  Noticed by: bland
  
  Revision  Changes    Path
  1.45      +3 -18     src/lib/libpthread/thread/thr_mutex.c


More information about the cvs-src mailing list