mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
that ansidecl.h assumes ANSI on AIX.
This commit is contained in:
@ -70,13 +70,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#define SETPGRP_ARGS 1
|
||||
|
||||
/* /usr/include/stdlib.h always uses void* and void,
|
||||
even when __STDC__ isn't defined. */
|
||||
#define MALLOC_INCOMPATIBLE
|
||||
extern void *malloc PARAMS ((size_t size));
|
||||
extern void *realloc PARAMS ((void *ptr, size_t size));
|
||||
extern void free PARAMS ((void *));
|
||||
|
||||
/* AIX doesn't have strdup, so we need to declare it for libiberty */
|
||||
extern char *strdup PARAMS ((char *));
|
||||
|
||||
|
Reference in New Issue
Block a user