fixed gnu warning

This commit is contained in:
Jeff Hill
2002-12-11 23:21:29 +00:00
parent 648f60656a
commit 737211aff7
+1 -1
View File
@@ -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));
}