Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/regress/lib/libpthread
Module Name: src
Committed By: ad
Date: Sat Jan 20 19:40:06 UTC 2007
Modified Files:
src/regress/lib/libpthread: Makefile
src/regress/lib/libpthread/conddestroy1: conddestroy1.c
Log Message:
Disable the conddestroy1 test. IEEE Std 1003.1, 2004 Edition says:
If a signal is delivered to a thread waiting for a condition
variable, upon return from the signal handler the thread resumes
waiting for the condition variable as if it was not interrupted,
or it shall return zero due to spurious wakeup.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/regress/lib/libpthread/Makefile
cvs rdiff -r1.1 -r1.2 src/regress/lib/libpthread/conddestroy1/conddestroy1.c
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