]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix compilation of test/infcover.c on linux
authorhansr <hk-git@circlestorm.org>
Mon, 13 Oct 2014 11:14:33 +0000 (13:14 +0200)
committerhansr <hk-git@circlestorm.org>
Mon, 13 Oct 2014 11:14:33 +0000 (13:14 +0200)
test/infcover.c

index fe3d9203a023777a82572e9aa38449a066d7c07b..0e582ac69774cef815e2c74deb05607e0a91a485 100644 (file)
 
 #define local static
 
+/* reallocf is BSD-specific */
+#ifndef reallocf
+#  define reallocf realloc
+#endif
+
+
 /* -- memory tracking routines -- */
 
 /*