Files
pcas/src/libCom/osi/os/Darwin/osdStackTrace.c
2014-08-28 10:47:59 -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.
*/