Subject: CVS commit: [netbsd-2] src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/12/2005 02:31:53
Module Name:	src
Committed By:	riz
Date:		Thu May 12 02:31:53 UTC 2005

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

Log Message:
Pull up revision 1.7 (requested by nathanw in ticket #1443):
Avoid passing along a timespec with a negative number of seconds if
the current time plus the caller-supplied time to sleep wraps the
time_t. Instead, sleep until INT_MAX.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.4.1 src/lib/libpthread/pthread_sleep.c

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