Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/21/2007 16:24:45
Module Name: src
Committed By: ad
Date: Fri Sep 21 16:24:45 UTC 2007
Modified Files:
src/lib/libpthread: pthread_rwlock2.c
Log Message:
pthread_rwlock_unlock: return EPERM if the caller tries to release a
rwlock that is write held, but not by the caller.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_rwlock2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.