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:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/thread.cc4
2 files changed, 7 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e241c8eb5..ca20f97dc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2011-05-19 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+ * thread.cc: Mark psiginfo and psignal as available in list of
+ optional cancellation points.
+
+2011-05-19 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
* cygwin.din (__fpurge): Export.
* posix.sgml (std-solaris): Add __fpurge.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
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 ()