Oops, avoid an infinite recursion.
[gnulib.git] / lib / malloc.c
index b6ecf37..eba131d 100644 (file)
@@ -30,6 +30,9 @@
 
 #include <errno.h>
 
+/* Call the system's malloc below.  */
+#undef malloc
+
 /* Allocate an N-byte block of memory from the heap.
    If N is zero, allocate a 1-byte block.  */