fixed sun pro warning

This commit is contained in:
Jeff Hill
2003-05-16 21:49:57 +00:00
parent f89bbee76d
commit c11454ce4a
6 changed files with 18 additions and 19 deletions

View File

@@ -28,14 +28,13 @@
#include "epicsEvent.h"
#include "errlog.h"
typedef struct info {
int threadnum;
epicsMutexId mutex;
int quit;
}info;
static void mutexThread ( void * arg )
extern "C" void mutexThread ( void * arg )
{
info *pinfo = (info *)arg;
time_t tp;
@@ -212,7 +211,7 @@ struct verifyTryLock {
epicsEventId done;
};
static void verifyTryLockThread ( void *pArg )
extern "C" void verifyTryLockThread ( void *pArg )
{
struct verifyTryLock *pVerify =
( struct verifyTryLock * ) pArg;