Add dummy implementation of osiSpawnDetachedProcess.

This commit is contained in:
W. Eric Norum
2000-03-16 23:21:12 +00:00
parent e776939e60
commit 07d72972f0

View File

@@ -36,3 +36,9 @@ epicsShareFunc osiGetUserNameReturn epicsShareAPI osiGetUserName (char *pBuf, un
return osiGetUserNameSuccess;
}
epicsShareFunc osiSpawnDetachedProcessReturn epicsShareAPI osiSpawnDetachedProcess
(const char *pProcessName, const char *pBaseExecutableName)
{
errlogPrintf("osiSpawnDetachedProcess not implemented on RTEMS\n");
return osiSpawnDetachedProcessFail;
}