fixed sun pro warning

This commit is contained in:
Jeff Hill
2001-04-20 01:21:48 +00:00
parent 452c8d1384
commit e585c60d67
3 changed files with 8 additions and 8 deletions

View File

@@ -569,7 +569,7 @@ void ca_repeater ()
/*
* caRepeaterThread ()
*/
void caRepeaterThread ( void * /* pDummy */ )
extern "C" void caRepeaterThread ( void * /* pDummy */ )
{
taskwdInsert ( epicsThreadGetIdSelf(), NULL, NULL );
ca_repeater ();