mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
* xm-rs6000.h: Add decl for strdup().
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
Wed Jun 17 13:08:33 1992 Stu Grossman (grossman at cygnus.com)
|
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.
|
compilation errors.
|
||||||
|
|
||||||
* breakpoint.c (enable_command, disable_command): Without args,
|
* breakpoint.c (enable_command, disable_command): Without args,
|
||||||
|
@ -70,3 +70,4 @@ extern void* malloc PARAMS (());
|
|||||||
extern void* realloc PARAMS (());
|
extern void* realloc PARAMS (());
|
||||||
extern void free PARAMS (());
|
extern void free PARAMS (());
|
||||||
|
|
||||||
|
extern char *strdup();
|
||||||
|
Reference in New Issue
Block a user