]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove free, malloc, and realloc dcls.
authorJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:30:03 +0000 (14:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Oct 1997 14:30:03 +0000 (14:30 +0000)
src/sort.c

index f6f1fe85b3029e78a2128781e0d1157e1fb8a8a3..1312c1954c55b7de2f539a1ebbd8e7a9a504bccd 100644 (file)
 #  define UCHAR_MAX 255
 # endif
 #endif
-#ifndef STDC_HEADERS
-char *malloc ();
-char *realloc ();
-void free ();
-#endif
 
 char *xstrdup ();