mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* hppahpux.h: Add defs for malloc() & realloc().
This commit is contained in:
@ -31,6 +31,9 @@ rename(from, to)
|
||||
}
|
||||
#endif
|
||||
|
||||
extern PTR EXFUN(malloc,(unsigned));
|
||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||
|
||||
/* EXACT TYPES */
|
||||
typedef char int8e_type;
|
||||
typedef unsigned char uint8e_type;
|
||||
|
Reference in New Issue
Block a user