* src/libstdbuf.c (fprintf, free, strtoumax): Undef these too,
since Gnulib might replace them.
#include "system.h"
#include "minmax.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). */
+/* Deactivate config.h's "rpl_"-prefixed definitions, since we don't
+ link gnulib here, and the replacements aren't needed. */
+#undef fprintf
+#undef free
#undef malloc
+#undef strtoumax
/* Note currently for glibc (2.3.5) the following call does not change
the buffer size, and more problematically does not give any indication