1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

Remove malloc, and realloc dcls.

This commit is contained in:
Jim Meyering
1997-10-23 14:30:14 +00:00
parent f11893c764
commit 00bc2c29ca
-5
View File
@@ -48,11 +48,6 @@ tac -r -s '.\|
#include "system.h"
#include "error.h"
#ifndef STDC_HEADERS
char *malloc ();
char *realloc ();
#endif
#ifndef DEFAULT_TMPDIR
# define DEFAULT_TMPDIR "/tmp"
#endif