OSDN Git Service

* thread.cc: Mark psiginfo and psignal as available in list of
authoryselkowitz <yselkowitz>
Thu, 19 May 2011 23:44:54 +0000 (23:44 +0000)
committeryselkowitz <yselkowitz>
Thu, 19 May 2011 23:44:54 +0000 (23:44 +0000)
optional cancellation points.

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

index e241c8e..ca20f97 100644 (file)
@@ -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.
index c70709b..e4bfb74 100644 (file)
@@ -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 ()