fixed gnu warning
This commit is contained in:
@@ -25,7 +25,7 @@ int sysClkRateGet(void);
|
||||
|
||||
struct epicsMutexOSD * epicsMutexOsdCreate(void)
|
||||
{
|
||||
return((epicsMutexId)
|
||||
return((struct epicsMutexOSD *)
|
||||
semMCreate(SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user