pdevLibVirtualOS needs epicsShareDef and explicitly setting to NULL,

but we can't do the latter in the os/default version.
This commit is contained in:
Andrew Johnson
2009-06-15 16:10:07 +00:00
parent 5d9317339f
commit f32394e795
+15
View File
@@ -0,0 +1,15 @@
/*************************************************************************\
* Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne
* National Laboratory.
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Id$ */
#include <stdlib.h>
#define epicsExportSharedSymbols
#include "devLib.h"
epicsShareDef devLibVirtualOS *pdevLibVirtualOS = NULL;