Fix typo in macro name

Not that it really matters since only VxWorks and RTEMS actually
compile this file and they don't have shared libraries...
This commit is contained in:
Andrew Johnson
2014-08-02 13:13:49 -05:00
parent f1a59aa64a
commit 8d5cdc3747

View File

@@ -18,7 +18,7 @@
#include <time.h>
#include <errno.h>
#define epicsExportSharedSymbos
#define epicsExportSharedSymbols
#include "epicsEvent.h"
#include "epicsExit.h"
#include "epicsTypes.h"