added struct for C

This commit is contained in:
Jeff Hill
2002-12-11 23:13:13 +00:00
parent fa1b9181cb
commit 648f60656a
+2 -1
View File
@@ -16,13 +16,14 @@
#include <time.h>
#include <objLib.h>
#include <sysLib.h>
/* The following not defined in an vxWorks header */
int sysClkRateGet(void);
#include "epicsMutex.h"
epicsMutexOSD * epicsMutexOsdCreate(void)
struct epicsMutexOSD * epicsMutexOsdCreate(void)
{
return((epicsMutexId)
semMCreate(SEM_DELETE_SAFE|SEM_INVERSION_SAFE|SEM_Q_PRIORITY));