summaryrefslogtreecommitdiff
path: root/ndb/src/common/portlib/gcc.cpp
blob: 66aa4812dc698942b00ca7fe55551fb2481b1f71 (plain)
1
2
3
4
5
6
7

/**
 * GCC linking problem...
 */
#ifdef DEFINE_CXA_PURE_VIRTUAL
extern "C" { int __cxa_pure_virtual() { return 0;} }
#endif