* 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:
parent
3fc91be72b
commit
3abbe5ea8e
|
@ -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.
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue