mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
Fixed to compile on kithrup
This commit is contained in:
parent
517496c5bc
commit
67099990bc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user