Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/13/2004 03:10:52
Module Name:	src
Committed By:	nathanw
Date:		Mon Dec 13 03:10:52 UTC 2004

Modified Files:
	src/lib/libpthread: pthread.h

Log Message:
Add #defines to make use of libc stubs for pthread_cond_wait() and
pthread_cond_timedwait().

XXX as noted in the comments, in the situations where these are
useful, they should never be called in a single-threaded
process. Perhaps they should die rather than return 0.

Addresses xsrc/28630.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libpthread/pthread.h

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