* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / go32-xdep.c
index 9814c9cef875fe34f6b31b37b2c08a60cb9e91d5..884a437686d6246c711604330d75920375b41262 100644 (file)
@@ -27,3 +27,15 @@ static void uerror(char *s)
 
 re_comp(){uerror("attempt to call re_comp()");}
 re_exec(){uerror("attempt to call re_exec()");}
+
+sigsetmask()
+{
+}
+
+void
+strlwr(str)
+     char *str;
+{
+  for (; *str; str++)
+    *str = tolower(*str);
+}
This page took 0.024344 seconds and 4 git commands to generate.