From: Paul Eggert Date: Mon, 12 Nov 2012 16:16:30 +0000 (-0800) Subject: factor: port to systems with rpl_malloc X-Git-Tag: v8.21~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d664d227cadb8cf4892e70954cd6c616192c0f8;p=thirdparty%2Fcoreutils.git factor: port to systems with rpl_malloc * src/make-prime-list.c (malloc): Undef. This fixes a problem on AIX 8.20 reported by Michael Felt in . --- diff --git a/src/make-prime-list.c b/src/make-prime-list.c index a4c0a3b7bf..24a7cdacef 100644 --- a/src/make-prime-list.c +++ b/src/make-prime-list.c @@ -28,6 +28,7 @@ this program. If not, see http://www.gnu.org/licenses/. */ /* Deactivate config.h's "rpl_"-prefixed definitions of these symbols. */ #undef fclose +#undef malloc #undef strerror struct prime