changes so things build
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "osiProcess.h"
|
||||
#include "errlog.h"
|
||||
|
||||
epicsShareFunc osiGetUserNameReturn epicsShareAPI osiGetUserName (char *pBuf, unsigned bufSizeIn)
|
||||
{
|
||||
@@ -38,3 +39,10 @@ epicsShareFunc osiGetUserNameReturn epicsShareAPI osiGetUserName (char *pBuf, un
|
||||
|
||||
return osiGetUserNameSuccess;
|
||||
}
|
||||
|
||||
epicsShareFunc osiSpawnDetachedProcessReturn epicsShareAPI osiSpawnDetachedProcess
|
||||
(const char *pProcessName, const char *pBaseExecutableName)
|
||||
{
|
||||
errlogPrintf("osiSpawnDetachedProcess not implemented on vxWorks\n");
|
||||
return osiSpawnDetachedProcessFail;
|
||||
}
|
||||
|
||||
@@ -13,6 +13,9 @@ of this distribution.
|
||||
#include <time.h>
|
||||
#include <objLib.h>
|
||||
#include <sysLib.h>
|
||||
/* The following not defined in an vxWorks header */
|
||||
int sysClkRateGet(void);
|
||||
|
||||
|
||||
#include "osiSem.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@ of this distribution.
|
||||
#include <taskLib.h>
|
||||
#include <taskVarLib.h>
|
||||
#include <sysLib.h>
|
||||
/* The following not defined in an vxWorks header */
|
||||
int sysClkRateGet(void);
|
||||
|
||||
#include "errlog.h"
|
||||
#include "ellLib.h"
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
#define epicsExportSharedSymbols
|
||||
#include "osiTime.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern long TSgetTimeStamp(int event_number,TS_STAMP* ts);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// osiTime::osdGetCurrent ()
|
||||
|
||||
Reference in New Issue
Block a user