Fix compile issue for __gcov_dump and __gcov_reset

pull/3486/head
René Cannaò 5 years ago
parent 2c159d1d9a
commit 77a6b69507

@ -49,8 +49,8 @@
#ifdef WITHGCOV
extern void __gcov_dump();
extern void __gcov_reset();
extern "C" void __gcov_dump();
extern "C" void __gcov_reset();
#endif
//#define MYSQL_THREAD_IMPLEMENTATION

Loading…
Cancel
Save