=== modified file 'src/libCom/osi/os/vxWorks/devLibVMEOSD.c' --- src/libCom/osi/os/vxWorks/devLibVMEOSD.c 2010-10-05 19:27:37 +0000 +++ src/libCom/osi/os/vxWorks/devLibVMEOSD.c 2011-07-21 20:59:58 +0000 @@ -50,9 +50,9 @@ /* * this routine needs to be in the symbol table - * for this code to work correctly + * (i.e. not static) for this code to work correctly */ -static void unsolicitedHandlerEPICS(int vectorNumber); +void unsolicitedHandlerEPICS(int vectorNumber); /* * this is in veclist.c @@ -412,8 +412,10 @@ * interrupt and an interrupt arrives on the * disconnected vector * + * This routine needs to be in the symbol table + * (i.e. not static) for this code to work correctly */ -static void unsolicitedHandlerEPICS(int vectorNumber) +void unsolicitedHandlerEPICS(int vectorNumber) { /* * call logMsg() and not errMessage()