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/thread.cc
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/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc4
1 files changed, 2 insertions, 2 deletions
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 ()