From: Jim Meyering Date: Thu, 23 Oct 1997 14:30:03 +0000 (+0000) Subject: Remove free, malloc, and realloc dcls. X-Git-Tag: TEXTUTILS-1_22c~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f11893c7647dc00f4602ced0a7e471cd575e3cbd;p=thirdparty%2Fcoreutils.git Remove free, malloc, and realloc dcls. --- diff --git a/src/sort.c b/src/sort.c index f6f1fe85b3..1312c1954c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -49,11 +49,6 @@ # define UCHAR_MAX 255 # endif #endif -#ifndef STDC_HEADERS -char *malloc (); -char *realloc (); -void free (); -#endif char *xstrdup ();