* thread.cc: Mark psiginfo and psignal as available in list of
optional cancellation points.
This commit is contained in:
parent
d39f0ba981
commit
660302eb67
|
@ -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.
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue