Commit e98fad6b authored by pekka@mysql.com's avatar pekka@mysql.com

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

parent bffe8fb2
......@@ -123,3 +123,7 @@ main(void)
}
template class Vector<Record>;
// hp3750
struct Signal { Signal(); int foo; };
Signal::Signal(){}
......@@ -368,3 +368,6 @@ print_undo_page(int count, void* ptr, Uint32 sz){
return 0;
}
// hp3750
Signal::Signal(){}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment