changes so things build

This commit is contained in:
Marty Kraimer
2000-03-15 18:49:33 +00:00
parent 5c10c3b409
commit e67d89e8a6
4 changed files with 19 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 ()