diff options
Diffstat (limited to 'mkfs.ubifs/crc32.h')
-rw-r--r-- | mkfs.ubifs/crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.ubifs/crc32.h b/mkfs.ubifs/crc32.h index 4b51177..86fc841 100644 --- a/mkfs.ubifs/crc32.h +++ b/mkfs.ubifs/crc32.h @@ -10,7 +10,7 @@ extern const uint32_t crc32_table[256]; /* Return a 32-bit CRC of the contents of the buffer. */ -static inline uint32_t crc32(uint32_t val, const void *ss, int len) +static inline uint32_t ubifs_crc32(uint32_t val, const void *ss, int len) { const unsigned char *s = ss; |