Restore gdb-server cleanup handlers for MinGW
authorOlivier Gay <olivier.gay@gmail.com>
Sun, 27 Oct 2013 15:17:08 +0000 (16:17 +0100)
committerOlivier Gay <olivier.gay@gmail.com>
Sun, 27 Oct 2013 15:17:09 +0000 (16:17 +0100)
commitc02a84641cb7da10e84af0093420dc1502313465
tree92af03a479a4c5d2f9d814a1a076b38c21894a1b
parent40cf75db389ca7120f4bd34cd9c6afde2d0b40b3
Restore gdb-server cleanup handlers for MinGW

There were removed in my previous commit 5851dee due
to compilation errors. It actually appears these signals
are supported in MinGW but there was an include error for
MinGW, this commit fixes it.
gdbserver/gdb-server.c