From fc06be3f71756ab695008854af0643e75c78999f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 9 Jun 2010 12:47:59 +0200 Subject: Avoid relocwrapper link errors due to gnulib replacement functions. --- lib/malloca.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/malloca.c') diff --git a/lib/malloca.c b/lib/malloca.c index b0e6ab6edb..226887849f 100644 --- a/lib/malloca.c +++ b/lib/malloca.c @@ -21,6 +21,9 @@ /* Specification. */ #include "malloca.h" +/* Use the system functions, not the gnulib overrides in this file. */ +#undef malloc + /* The speed critical point in this file is freea() applied to an alloca() result: it must be fast, to match the speed of alloca(). The speed of mmalloca() and freea() in the other case are not critical, because they -- cgit v1.2.1