OSDN Git Service

* thread.cc: Mark pthread_rwlock_timedrdlock and
authoryselkowitz <yselkowitz>
Fri, 30 Dec 2011 06:47:13 +0000 (06:47 +0000)
committeryselkowitz <yselkowitz>
Fri, 30 Dec 2011 06:47:13 +0000 (06:47 +0000)
pthread_rwlock_timedwrlock as not yet implemented in the list of
cancellation points.

winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 0f1d925..01bdd86 100644 (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.
index 1edd566..9ca4675 100644 (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 ()