mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
Fixed to compile on kithrup
This commit is contained in:
parent
517496c5bc
commit
67099990bc
@ -43,6 +43,12 @@
|
||||
# endif
|
||||
*/
|
||||
|
||||
#ifndef DONTDECLARE_MALLOC
|
||||
extern PROTO(PTR,malloc,(unsigned));
|
||||
extern PROTO(PTR ,realloc, (PTR, unsigned));
|
||||
extern PROTO(void, free,(PTR));
|
||||
#endif
|
||||
|
||||
/* EXACT TYPES */
|
||||
typedef char int8e_type;
|
||||
typedef unsigned char uint8e_type;
|
||||
|
Loading…
Reference in New Issue
Block a user