diff options
Diffstat (limited to 'cpu_features.h')
| -rw-r--r-- | cpu_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_features.h b/cpu_features.h index 5607672178..81e13a3c8e 100644 --- a/cpu_features.h +++ b/cpu_features.h @@ -105,7 +105,7 @@ extern uint32_t crc32_acle(uint32_t crc, const unsigned char *buf, uint64_t len) #elif defined(POWER8_VSX_CRC32) extern uint32_t crc32_power8(uint32_t crc, const unsigned char *buf, uint64_t len); #elif defined(S390_CRC32_VX) -extern uint32_t s390_crc32_vx(uint32_t crc, const unsigned char *buf, uint64_t len); +extern uint32_t PREFIX(s390_crc32_vx)(uint32_t crc, const unsigned char *buf, uint64_t len); #endif /* compare256 */ |
