ndb - 5.1.2 build fix: Signal syms in test pgms on hp3750

This commit is contained in:
pekka@mysql.com 2005-11-11 12:47:10 +01:00
parent bffe8fb29d
commit e98fad6bcb
2 changed files with 7 additions and 0 deletions

View file

@ -123,3 +123,7 @@ main(void)
}
template class Vector<Record>;
// hp3750
struct Signal { Signal(); int foo; };
Signal::Signal(){}

View file

@ -368,3 +368,6 @@ print_undo_page(int count, void* ptr, Uint32 sz){
return 0;
}
// hp3750
Signal::Signal(){}