Files
pcas/src/libCom/osi/os/default/osdStackTrace.c
2014-08-28 10:47:59 -07:00

21 lines
420 B
C

/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
#include "epicsStackTrace.h"
epicsShareFunc void epicsStackTrace(void)
{
}
epicsShareFunc int epicsStackTraceGetFeatures(void)
{
return 0;
}