qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6312] Fix bsd-user build


From: Blue Swirl
Subject: [Qemu-devel] [6312] Fix bsd-user build
Date: Thu, 15 Jan 2009 17:27:46 +0000

Revision: 6312
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6312
Author:   blueswir1
Date:     2009-01-15 17:27:45 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
Fix bsd-user build

Modified Paths:
--------------
    trunk/gdbstub.c

Modified: trunk/gdbstub.c
===================================================================
--- trunk/gdbstub.c     2009-01-14 21:42:48 UTC (rev 6311)
+++ trunk/gdbstub.c     2009-01-15 17:27:45 UTC (rev 6312)
@@ -87,7 +87,11 @@
     -1, /* SIGLOST */
     TARGET_SIGUSR1,
     TARGET_SIGUSR2,
+#ifdef TARGET_SIGPWR
     TARGET_SIGPWR,
+#else
+    -1,
+#endif
     -1, /* SIGPOLL */
     -1,
     -1,
@@ -100,6 +104,7 @@
     -1,
     -1,
     -1,
+#ifdef __SIGRTMIN
     __SIGRTMIN + 1,
     __SIGRTMIN + 2,
     __SIGRTMIN + 3,
@@ -206,6 +211,7 @@
     -1,
     -1,
     -1
+#endif
 };
 #else
 /* In system mode we only need SIGINT and SIGTRAP; other signals






reply via email to

[Prev in Thread] Current Thread [Next in Thread]