summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
commit597c9950a34801ed80f3cdcb030c20950cb55e9b (patch)
treeccf8177b6f09a9f442ea9803686f76f52b3c4f4d /src/testing/testing_api_loop.c
parent461dc8e36ccc2e31799087bee4604c33bee9afc6 (diff)
downloadexchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.gz
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.bz2
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.zip
adapt build to latest GNUnet without gnunet/platform.h
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c2
1 files changed, 1 insertions, 1 deletions
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,