2008-04-14 Hans Kester <kester.hans@gmail.com>

* sim-signal.c: Define missing signals for _WIN32.
This commit is contained in:
Daniel Jacobowitz
2008-04-14 15:15:29 +00:00
parent 48d030160a
commit c91b130f5d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-04-14 Hans Kester <kester.hans@gmail.com>
* sim-signal.c: Define missing signals for _WIN32.
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions.

View File

@@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
to not think the process has died (so it can be debugged at the point of
failure). */
#ifdef _MSC_VER
#ifdef _WIN32
#ifndef SIGTRAP
#define SIGTRAP 5
#endif