fix for solaris

This commit is contained in:
Marty Kraimer
2001-01-18 21:13:43 +00:00
parent e0181dfae0
commit 4a53d963b3
+1 -1
View File
@@ -14,7 +14,7 @@
void epicsThreadRunable::stop() {};
static void epicsThreadCallEntryPoint ( void *pPvt )
void epicsThreadCallEntryPoint ( void *pPvt )
{
epicsThread *pThread = static_cast <epicsThread *> ( pPvt );
pThread->begin.wait ();