* thread.cc: Mark psiginfo and psignal as available in list of

optional cancellation points.
This commit is contained in:
Yaakov Selkowitz 2011-05-19 23:44:55 +00:00
parent d39f0ba981
commit 660302eb67
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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.

View 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 ()