diff options
Diffstat (limited to 'gdb/stdlib.h')
-rwxr-xr-x | gdb/stdlib.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/stdlib.h b/gdb/stdlib.h deleted file mode 100755 index 40ce167..0000000 --- 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)); |