mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
Import libiberty from gcc
This commit is contained in:
@ -40,8 +40,8 @@ valid until at least the next call.
|
||||
#include <unixlib.h>
|
||||
#else
|
||||
/* For systems with larger pointers than ints, these must be declared. */
|
||||
extern PTR malloc (size_t);
|
||||
extern void free (PTR);
|
||||
extern void *malloc (size_t);
|
||||
extern void free (void *);
|
||||
#endif
|
||||
|
||||
const char *
|
||||
|
Reference in New Issue
Block a user