fixed symbol spelling

This commit is contained in:
Jeff Hill
2002-10-24 00:33:43 +00:00
parent 4401de7cd0
commit 843c958bf0

View File

@@ -469,7 +469,7 @@ epicsThreadId epicsThreadGetIdSelf(void) {
return(pthreadInfo);
}
pthread_t epicsThreadGetPThreadIdSelf ( epicsThreadOSD * pthreadInfo )
pthread_t epicsThreadGetPthreadIdSelf ( epicsThreadOSD * pthreadInfo )
{
return ( pthreadInfo->tid );
}