freebsd-nq/sntp/unity/ulib_teardown.c
2016-11-22 06:28:26 +00:00

14 lines
217 B
C

/* default / lib implementation of 'tearDown()'
*
* SOLARIS does not support weak symbols -- need a real lib
* implemetation here.
*/
extern void tearDown(void);
void tearDown(void)
{
/* empty on purpose */
}