diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index ef0e59ac2..e530a649d 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -545,6 +545,7 @@ private: void precreate (pthread_attr *); void postcreate (); void set_tls_self_pointer (); + bool create_cancel_event (); static pthread *get_tls_self_pointer (); void cancel_self (); DWORD get_thread_id (); |