From 9516bb6e8bd0349594b5f3faf125190f622e673a Mon Sep 17 00:00:00 2001 From: dequis Date: Fri, 30 Oct 2015 07:44:37 -0300 Subject: tests: Define a stub sighandler_shutdown_setup() to allow linking I'm sure that some day the tests will be useful, not just an annoyance. Some day. --- tests/check.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/check.c') diff --git a/tests/check.c b/tests/check.c index 9b97f884..25e27b49 100644 --- a/tests/check.c +++ b/tests/check.c @@ -43,6 +43,11 @@ double gettime() return((double) time->tv_sec + (double) time->tv_usec / 1000000); } +void sighandler_shutdown_setup() +{ + /* no-op. originally defined in unix.c, needed by bitlbee.c */ +} + /* From check_util.c */ Suite *util_suite(void); -- cgit v1.2.3