* src/libstdbuf.c: undef malloc so as libstdbuf is
not linked with gnulib, and anyway the replacement is
never needed since we never malloc(0).
Reported by Assaf Gordon.
#include <stdio.h>
#include "system.h"
+/* Deactivate config.h's "rpl_"-prefixed definition of malloc,
+ since we don't link gnulib here, and the replacement isn't
+ needed in this case as we don't malloc(0). */
+#undef malloc
+
/* Note currently for glibc (2.3.5) the following call does not change
the buffer size, and more problematically does not give any indication
that the new size request was ignored: