]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Assume stdlib.h per the C89 spec.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:42:04 +0000 (08:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:42:04 +0000 (08:42 +0000)
lib/getndelim2.c

index fb75a3f276b7842b5f179d44ccf6654cbfcd3023..db81e1b29dbf9aeeed30203c20a764a14d1d75d3 100644 (file)
 /* Specification.  */
 #include "getndelim2.h"
 
-#if STDC_HEADERS
-# include <stdlib.h>
-#else
-char *malloc (), *realloc ();
-#endif
+#include <stdlib.h>
 
 #include "unlocked-io.h"