configure: attempt to link against tcmalloc by default if available
[fio.git] / crc / crc7.c
index 47aa332c128c49f2db3e83102ca22f8fabc8ee9e..bf7fd1c50e5e8ede19d831a31c14ad686ed30e4d 100644 (file)
@@ -43,7 +43,7 @@ const unsigned char crc7_syndrome_table[256] = {
        0x46, 0x4f, 0x54, 0x5d, 0x62, 0x6b, 0x70, 0x79
 };
 
-unsigned char crc7(const unsigned char *buffer, unsigned int len)
+unsigned char fio_crc7(const unsigned char *buffer, unsigned int len)
 {
        unsigned char crc = 0;