Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/16/2003 18:59:13
Module Name:	src
Committed By:	nathanw
Date:		Wed Apr 16 18:59:13 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_mutex.c

Log Message:
pthread_mutex_trylock(): It's not an error to call trylock() on a
mutex already locked by the calling thread, even for non-recursive
mutexes.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libpthread/pthread_mutex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.