Allow calls from RTEMS test harness.

This commit is contained in:
W. Eric Norum
2004-09-16 14:04:21 +00:00
parent 262901c567
commit 7a1249cd99
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ inline void callItTenTimesSquared ()
callItTenTimes ();
}
void epicsThreadPrivateTest ()
extern "C" void epicsThreadPrivateTest ()
{
static bool var;
priv.set ( &var );