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-05-20 03:44:55 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2011-05-20 03:44:55 +0400
commit660302eb67bc951f9a4e543f4b5d02450eea10e2 (patch)
tree379448102e4bb0e5ce5bd29c3af6bcc3304ca31a /winsup/cygwin/thread.cc
parentd39f0ba9811d78902e4e29368179785e052449eb (diff)
* thread.cc: Mark psiginfo and psignal as available in list of
optional 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 c70709bff..e4bfb74e3 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -798,8 +798,8 @@ pthread::cancel ()
o posix_trace_timedgetnext_event ()
o posix_typed_mem_open ()
printf ()
- o psiginfo ()
- o psignal ()
+ psiginfo ()
+ psignal ()
pthread_rwlock_rdlock ()
pthread_rwlock_timedrdlock ()
pthread_rwlock_timedwrlock ()