From: Jim Meyering Date: Mon, 4 Dec 2000 09:15:49 +0000 (+0000) Subject: [!HAVE_DECL_MALLOC]: Declare malloc. X-Git-Tag: CPPI-1_8~13 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fecdd2bd2b314074b879cb79553447ca6f4c1eda;p=thirdparty%2Fcoreutils.git [!HAVE_DECL_MALLOC]: Declare malloc. --- diff --git a/lib/path-concat.c b/lib/path-concat.c index d6dafc9398..dfc5402381 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -31,7 +31,13 @@ #endif #include +#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