Files
epics-base/src/libCom/osi/os/Linux/osdStacktrace.c
2011-08-26 17:02:02 -07:00

21 lines
618 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
*/
/* THIS FILE IS INTENTIONALLY EMPTY
*
* The presence of this file prevents the build
* system from using the no-op implementation of
* epicsStacktrace() in default/osdStacktrace.c.
*
* This OS uses a generic implementation which
* may be used by various OSes. The source file
* of this implementation is listed in the
* Makefile.
*/