summaryrefslogtreecommitdiffstats
path: root/gdb/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stdlib.h')
-rwxr-xr-xgdb/stdlib.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/stdlib.h b/gdb/stdlib.h
deleted file mode 100755
index 40ce1676a1..0000000000
--- a/gdb/stdlib.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Fake stdlib.h supplying the stuff needed by malloc. */
-
-#ifndef __ONEFILE
-#include <stddef.h>
-#endif
-
-extern void EXFUN(abort, (void));
-extern void EXFUN(free, (PTR));
-extern PTR EXFUN(malloc, (size_t));
-extern PTR EXFUN(realloc, (PTR, size_t));
OpenPOWER on IntegriCloud