mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Fixed to compile on kithrup
This commit is contained in:
@ -43,6 +43,12 @@
|
|||||||
# endif
|
# endif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef DONTDECLARE_MALLOC
|
||||||
|
extern PROTO(PTR,malloc,(unsigned));
|
||||||
|
extern PROTO(PTR ,realloc, (PTR, unsigned));
|
||||||
|
extern PROTO(void, free,(PTR));
|
||||||
|
#endif
|
||||||
|
|
||||||
/* EXACT TYPES */
|
/* EXACT TYPES */
|
||||||
typedef char int8e_type;
|
typedef char int8e_type;
|
||||||
typedef unsigned char uint8e_type;
|
typedef unsigned char uint8e_type;
|
||||||
|
Reference in New Issue
Block a user