Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/03/2004 09:13:34
Module Name:	src
Committed By:	kleink
Date:		Mon May  3 09:13:34 UTC 2004

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

Log Message:
In the nothread version, don't return EINTR if select() was interrupted
since this value is explicitly ruled out by POSIX.  Instead, return 0,
like a spurious wakeup.  From YAMAMOTO Takashi in PR standards/24240.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread_cond.c

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