]> Git Repo - binutils.git/blobdiff - gdb/config/i386/xm-windows.h
* config/i386/xm-windows.h: Make SIGTRAP and SIGQUIT consistent
[binutils.git] / gdb / config / i386 / xm-windows.h
index 91ca4d024df930a2bc2cf7e3d13ddd65e66a3150..9026dbdcf43dfb602f3682e00d3619ea890de93c 100644 (file)
@@ -33,5 +33,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include <malloc.h>
 
-#define SIGQUIT 3
-#define SIGTRAP 5
+#define SIGQUIT 5
+#define SIGTRAP 6
This page took 0.024214 seconds and 4 git commands to generate.