summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-25 02:51:34 -0700
committerYamaArashi <shadow962@live.com>2016-04-25 02:51:34 -0700
commit346ed7678fc0a02c1c93c066140f819789f039d9 (patch)
treefdd46f22c809c5c44fdd7fb10070fd5320078b85 /gcc/system.h
parentfa618cd10b1985bae42882f82346b646783892c6 (diff)
remove driver and cpp
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-xgcc/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index b2f1d1e..1022bbd 100755
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -102,6 +102,9 @@ Boston, MA 02111-1307, USA. */
#define _(String) String
#define N_(String) String
-#include "libiberty.h"
+extern void *xmalloc (size_t);
+extern void *xrealloc (void *, size_t);
+extern void *xcalloc (size_t, size_t);
+extern char *xstrdup (const char *);
#endif /* __GCC_SYSTEM_H__ */