X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frelocatable.c;h=f0ac6d1058bc5fd852ac0f8265dd617228a5013b;hb=692a15c587c6d741cba6423319efcc957c45c9cb;hp=172e91c93e0b6df9bed37692c2601de7c1d0f9c6;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/relocatable.c b/lib/relocatable.c index 172e91c93..f0ac6d105 100644 --- a/lib/relocatable.c +++ b/lib/relocatable.c @@ -86,6 +86,9 @@ # define FILE_SYSTEM_PREFIX_LEN(P) 0 #endif +/* Use the system functions, not the gnulib overrides in this file. */ +#undef malloc + /* Original installation prefix. */ static char *orig_prefix; static size_t orig_prefix_len;