Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
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.
Home |
Main Index |
Thread Index |
Old Index