diff options
author | Christopher Faylor <me@cgf.cx> | 2012-08-15 16:35:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-08-15 16:35:00 +0000 |
commit | d57a4725b1dde16e292ed7a9898752b4e2277766 (patch) | |
tree | a3596c31e2702e4fad52bcd27bf8ed02a27a87f0 /winsup/cygwin/exceptions.cc | |
parent | 0123506d2df6775cc3251f33f3983cd32103c663 (diff) | |
download | cygnal-d57a4725b1dde16e292ed7a9898752b4e2277766.tar.gz cygnal-d57a4725b1dde16e292ed7a9898752b4e2277766.tar.bz2 cygnal-d57a4725b1dde16e292ed7a9898752b4e2277766.zip |
* exceptions.cc (sigdelayed): Move declaration to sigproc.h.
* sigproc.h (sigdelayed): Make symbol globally available.
* gendef (sigdelayed): Specifically zero incyg and stacklock.
* signal.cc (sigwaitinfo): Lock _my_tls and try harder to clean up signal
information.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 649574fc2..8df69f29d 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -37,8 +37,6 @@ details. */ char debugger_command[2 * NT_MAX_PATH + 20]; -extern "C" void sigdelayed (); - static BOOL WINAPI ctrl_c_handler (DWORD); /* This is set to indicate that we have already exited. */ |