Allow calling from RTEMS test harness.

This commit is contained in:
W. Eric Norum
2004-09-15 21:39:05 +00:00
parent 15c156d41f
commit 5d2cc64d62
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ void myThread::waitForCompletion ()
}
}
void epicsExceptionTest ()
extern "C" void epicsExceptionTest ()
{
myThread athread;

View File

@@ -8,7 +8,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
void epicsExceptionTest ();
extern "C" void epicsExceptionTest ();
int main ()
{