mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Import libiberty from gcc
This commit is contained in:
@ -30,13 +30,13 @@
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
extern PTR malloc ();
|
||||
extern void *malloc ();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#else
|
||||
extern PTR memset ();
|
||||
extern void *memset ();
|
||||
#endif
|
||||
|
||||
#ifndef MAX
|
||||
|
Reference in New Issue
Block a user