libCom: actually use libComAPI.h in libCom

This commit is contained in:
Michael Davidsaver
2020-05-20 13:38:09 -07:00
parent b2750bbe93
commit 799e72b1e3
250 changed files with 1286 additions and 1434 deletions

View File

@@ -9,7 +9,6 @@
#include <string.h>
#include <errno.h>
#define epicsExportSharedSymbols
#include "dbDefs.h"
#include "errlog.h"
@@ -326,7 +325,7 @@ void sharedPoolsInit(void* unused)
sharedPoolsGuard = epicsMutexMustCreate();
}
epicsShareFunc epicsThreadPool* epicsThreadPoolGetShared(epicsThreadPoolConfig *opts)
LIBCOM_API epicsThreadPool* epicsThreadPoolGetShared(epicsThreadPoolConfig *opts)
{
ELLNODE *node;
epicsThreadPool *cur;
@@ -383,7 +382,7 @@ epicsShareFunc epicsThreadPool* epicsThreadPoolGetShared(epicsThreadPoolConfig *
return cur;
}
epicsShareFunc void epicsThreadPoolReleaseShared(epicsThreadPool *pool)
LIBCOM_API void epicsThreadPoolReleaseShared(epicsThreadPool *pool)
{
if (!pool)
return;