freebsd-nq/contrib/ntp/sntp/unity/ulib_teardown.c
Xin LI f391d6bc1d MFV r308954:
ntp 4.2.8p9.

Approved by:	so
2016-11-22 08:27:49 +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 */
}