Subject: CVS commit: [netbsd-2-0] src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 05/06/2004 05:34:18
Module Name:	src
Committed By:	jmc
Date:		Thu May  6 05:34:18 UTC 2004

Modified Files:
	src/lib/libpthread [netbsd-2-0]: pthread_cond.c

Log Message:
Pullup rev 1.15 (requested by kleink in ticket #255)

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. PR#24240.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 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.