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