diff options
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r-- | winsup/cygwin/sigproc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index a53da0c..e1230a1 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -47,6 +47,7 @@ struct sigpacket union { HANDLE wakeup; + HANDLE thread_handle; struct sigpacket *next; }; int __stdcall process () __attribute__ ((regparm (1))); |