mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Be sure malloc and free are declared; bfd/opncls uses them.
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
|
||||
extern char *malloc();
|
||||
extern void free();
|
||||
|
||||
/* EXACT TYPES */
|
||||
typedef char int8e_type;
|
||||
typedef unsigned char uint8e_type;
|
||||
|
Reference in New Issue
Block a user