mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 02:36:16 +02:00
Assume stdlib.h per the C89 spec.
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
/* Specification. */
|
||||
#include "getndelim2.h"
|
||||
|
||||
#if STDC_HEADERS
|
||||
# include <stdlib.h>
|
||||
#else
|
||||
char *malloc (), *realloc ();
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "unlocked-io.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user