* xm-rs6000.h: Add decl for strdup().
authorStu Grossman <grossman@cygnus>
Wed, 17 Jun 1992 23:56:30 +0000 (23:56 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 17 Jun 1992 23:56:30 +0000 (23:56 +0000)
gdb/ChangeLog
gdb/xm-rs6000.h

index 5407816..cb77e4b 100644 (file)
@@ -1,6 +1,8 @@
 Wed Jun 17 13:08:33 1992  Stu Grossman  (grossman at cygnus.com)
 
-       * xm-rs6000.h:  Remove #include of inferior.h.  Fixes many
+       * xm-rs6000.h:  Add decl for strdup().
+
+       * tm-rs6000.h:  Remove #include of inferior.h.  Fixes many
        compilation errors.
 
        * breakpoint.c (enable_command, disable_command):  Without args,
index 7929ddf..b3731e6 100644 (file)
@@ -70,3 +70,4 @@ extern void* malloc PARAMS (());
 extern void* realloc PARAMS (());
 extern void free PARAMS (());
 
+extern char *strdup();