mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* xm-rs6000.h: Fix decls for malloc, realloc, and free.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Wed Jun 17 13:08:33 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* xm-rs6000.h: Fix decls for malloc, realloc, and free.
|
||||
|
||||
* xm-rs6000.h: Add decl for strdup().
|
||||
|
||||
* tm-rs6000.h: Remove #include of inferior.h. Fixes many
|
||||
|
||||
@@ -66,8 +66,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* /usr/include/stdlib.h always uses void* and void,
|
||||
even when __STDC__ isn't defined. */
|
||||
#define MALLOC_INCOMPATIBLE
|
||||
extern void* malloc PARAMS (());
|
||||
extern void* realloc PARAMS (());
|
||||
extern void free PARAMS (());
|
||||
extern char *malloc();
|
||||
extern char *realloc();
|
||||
extern void free();
|
||||
|
||||
extern char *strdup();
|
||||
|
||||
Reference in New Issue
Block a user