Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2011-12-30 10:47:13 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2011-12-30 10:47:13 +0400
commit3abbe5ea8e73bd3bec13df2984b7082bfef06051 (patch)
treeeb45ef845a93418e3027a8931d02eb1327929c03 /winsup/cygwin
parent3fc91be72b28ee5aba8407487e8fbfad60fcc909 (diff)
* thread.cc: Mark pthread_rwlock_timedrdlock and
pthread_rwlock_timedwrlock as not yet implemented in the list of cancellation points.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/thread.cc4
2 files changed, 8 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0f1d925a0..01bdd860a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index 1edd566fb..9ca467577 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -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 ()