* xm-rs6000.h: Add decl for strdup().

This commit is contained in:
Stu Grossman 1992-06-17 23:56:30 +00:00
parent 65c36045d3
commit 826f73d0cf
2 changed files with 4 additions and 1 deletions

View 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,

View File

@ -70,3 +70,4 @@ extern void* malloc PARAMS (());
extern void* realloc PARAMS (());
extern void free PARAMS (());
extern char *strdup();