summaryrefslogtreecommitdiff
path: root/devel/psptoolchain-gdb/files/patch-sim-common-sim-signal.c
blob: d67bcfdf0951314c8acad5369db79a3df42d2f89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./sim/common/sim-signal.c.orig	2011-03-15 03:16:17.000000000 +0000
+++ ./sim/common/sim-signal.c	2012-01-25 22:24:29.000000000 +0000
@@ -27,7 +27,7 @@
    to not think the process has died (so it can be debugged at the point of
    failure).  */
 
-#ifdef _WIN32
+#if defined(_WIN32) && !defined(__CYGWIN__)
 #ifndef SIGTRAP
 #define SIGTRAP 5
 #endif