From 597c9950a34801ed80f3cdcb030c20950cb55e9b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Dec 2022 12:55:15 +0100 Subject: adapt build to latest GNUnet without gnunet/platform.h --- src/testing/testing_api_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/testing_api_loop.c') diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 190e20928..986358ed3 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -827,7 +827,7 @@ TALER_TESTING_setup (TALER_TESTING_Main main_cb, sigpipe = GNUNET_DISK_pipe (GNUNET_DISK_PF_NONE); GNUNET_assert (NULL != sigpipe); shc_chld = GNUNET_SIGNAL_handler_install ( - GNUNET_SIGCHLD, + SIGCHLD, &sighandler_child_death); is.ctx = GNUNET_CURL_init ( &GNUNET_CURL_gnunet_scheduler_reschedule, -- cgit v1.2.3