Remove sanitized-out Magic Cap support, will never be released
[deliverable/binutils-gdb.git] / gdb / mac-nat.c
index bdf6c6df2c40cee00fc72842541856fd260ec961..b31772da8638ead1b7010f69e7c797d31de1adf9 100644 (file)
@@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <fcntl.h>
 #include "buildsym.h"
 #include "gdb_string.h"
-#include "thread.h"
+#include "gdbthread.h"
 #include "gdbcmd.h"
 
 #include <Processes.h>
@@ -45,6 +45,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 extern struct target_ops child_ops;
 
+static void child_stop PARAMS ((void));
+
 static void
 child_fetch_inferior_registers (int r)
 {
@@ -224,7 +226,7 @@ child_mourn_inferior ()
   generic_mourn_inferior ();
 }
 
-void
+static void
 child_stop ()
 {
 }
This page took 0.029874 seconds and 4 git commands to generate.