Commit 8bb8d78f by Richard Kenner

(malloc, calloc, realloc): Don't define for anybody.

From-SVN: r10298
parent efa00f4e
...@@ -1757,9 +1757,6 @@ STATIC char *local_rindex __proto((const char *, int)); ...@@ -1757,9 +1757,6 @@ STATIC char *local_rindex __proto((const char *, int));
#ifndef __alpha #ifndef __alpha
extern char *sbrk __proto((int)); extern char *sbrk __proto((int));
extern PTR_T malloc __proto((Size_t));
extern PTR_T calloc __proto((Size_t, Size_t));
extern PTR_T realloc __proto((PTR_T, Size_t));
extern void free __proto((PTR_T)); extern void free __proto((PTR_T));
#endif #endif
extern char *mktemp __proto((char *)); extern char *mktemp __proto((char *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment