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

From-SVN: r10298
This commit is contained in:
Richard Kenner 1995-08-31 17:54:28 -04:00
parent efa00f4e41
commit 8bb8d78f06

View File

@ -1757,9 +1757,6 @@ STATIC char *local_rindex __proto((const char *, int));
#ifndef __alpha
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));
#endif
extern char *mktemp __proto((char *));