diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-04-14 15:15:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-04-14 15:15:18 +0000 |
commit | a4e64307fa00fe1c5f16e1b279fdccb4b20c19dc (patch) | |
tree | 1048ae18b4f5147b1dc7448ee061c64c40dd6569 /sim/common/sim-signal.c | |
parent | e3bc4218faa897ec69dbdc477f89d1c56360a8a5 (diff) | |
download | gdb-a4e64307fa00fe1c5f16e1b279fdccb4b20c19dc.zip gdb-a4e64307fa00fe1c5f16e1b279fdccb4b20c19dc.tar.gz gdb-a4e64307fa00fe1c5f16e1b279fdccb4b20c19dc.tar.bz2 |
2008-04-14 Hans Kester <kester.hans@gmail.com>
* sim-signal.c: Define missing signals for _WIN32.
Diffstat (limited to 'sim/common/sim-signal.c')
-rw-r--r-- | sim/common/sim-signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c index 757fdf2..9ff56eb 100644 --- a/sim/common/sim-signal.c +++ b/sim/common/sim-signal.c @@ -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 |