Date: Fri, 16 Jan 2004 19:09:57 -0800 (PST) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_mutex.c Message-ID: <200401170309.i0H39vfD034296@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401170309.i0H39vfD034296>