mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Merge trift2.:/MySQL/M41/bug24023-4.1
into trift2.:/MySQL/M41/clone-4.1
This commit is contained in:
commit
31bd60a3a7
1 changed files with 3 additions and 0 deletions
|
@ -4,4 +4,7 @@
|
|||
*/
|
||||
#ifdef DEFINE_CXA_PURE_VIRTUAL
|
||||
extern "C" { int __cxa_pure_virtual() { return 0;} }
|
||||
#else
|
||||
/* Some compiler/linker combinations fail on files without exported symbols. */
|
||||
extern "C" { int dummy_export_symbol() { return 0;} }
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue