1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-24 03:06:46 +02:00

[!HAVE_DECL_MALLOC]: Declare malloc.

This commit is contained in:
Jim Meyering
2000-12-04 09:15:49 +00:00
parent 15691fb64f
commit fecdd2bd2b
+6
View File
@@ -31,7 +31,13 @@
#endif
#include <sys/types.h>
#ifndef HAVE_DECL_MALLOC
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_MALLOC
char *malloc ();
#endif
#ifndef strdup
char *strdup ();
#endif