diff options
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r-- | winsup/cygwin/sigproc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h index 1374e9bea..06ebd68d8 100644 --- a/winsup/cygwin/sigproc.h +++ b/winsup/cygwin/sigproc.h @@ -58,8 +58,6 @@ struct sigpacket int __stdcall process () __attribute__ ((regparm (1))); }; -extern HANDLE sigCONT; - void __stdcall sig_dispatch_pending (bool fast = false) __attribute__ ((regparm (1))); void set_signal_mask (sigset_t&, sigset_t) __attribute__ ((regparm (2))); |