mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* hppahpux.h: Add defs for malloc() & realloc().
This commit is contained in:
@ -31,6 +31,9 @@ rename(from, to)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
|
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||||
|
|
||||||
/* 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