Allow calling from RTEMS test harness.
This commit is contained in:
@@ -101,7 +101,7 @@ void myThread::waitForCompletion ()
|
||||
}
|
||||
}
|
||||
|
||||
void epicsExceptionTest ()
|
||||
extern "C" void epicsExceptionTest ()
|
||||
{
|
||||
myThread athread;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
void epicsExceptionTest ();
|
||||
extern "C" void epicsExceptionTest ();
|
||||
|
||||
int main ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user