Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/09/2005 01:57:38
Module Name:	src
Committed By:	nathanw
Date:		Sun Jan  9 01:57:38 UTC 2005

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

Log Message:
pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():
After exiting the try-again loop, make one more test of the lock
conditions, in case it was released while a signal handler kept the
thread busy past the alarm expiration.


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

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