* thread.cc: Mark pthread_rwlock_timedrdlock and

pthread_rwlock_timedwrlock as not yet implemented in the list of
	cancellation points.
This commit is contained in:
Yaakov Selkowitz 2011-12-30 06:47:13 +00:00
parent 3fc91be72b
commit 3abbe5ea8e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-12-30 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* thread.cc: Mark pthread_rwlock_timedrdlock and
pthread_rwlock_timedwrlock as not yet implemented in the list of
cancellation points.
2011-12-24 Christopher Faylor <me.cygwin2011@cgf.cx>
* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.

View File

@ -810,8 +810,8 @@ pthread::cancel ()
psiginfo ()
psignal ()
pthread_rwlock_rdlock ()
pthread_rwlock_timedrdlock ()
pthread_rwlock_timedwrlock ()
o pthread_rwlock_timedrdlock ()
o pthread_rwlock_timedwrlock ()
pthread_rwlock_wrlock ()
putc ()
putc_unlocked ()