* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / go32-xdep.c
index 28894e0dfbd4a137b90f6355efe34cbb8ead8524..7eb78e09e00cdff6dafeaa3d5ff7cc7f2b156e3b 100644 (file)
@@ -19,18 +19,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 
-static void uerror(char *s)
-{
-  fprintf_unfiltered(gdb_stderr, "Fatal: %s!\n");
-  exit(1);
-}
-
-sigsetmask()
+int
+sigsetmask (mask)
+     int mask;
 {
+  return 0;
 }
 
 void
-strlwr(str)
+strlwr (str)
      char *str;
 {
   for (; *str; str++)
This page took 0.023477 seconds and 4 git commands to generate.