aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api.c
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-06-11 15:37:44 +0000
committerNils Durner <durner@gnunet.org>2009-06-11 15:37:44 +0000
commit81aac31f13c1f57a84cc2ae79746688bf7f3ffe8 (patch)
tree2ee40a48ed4f5d945a2c42c5b9e799b121e4680c /src/statistics/test_statistics_api.c
parent4dcecfd72005cc8f990dea5fca456da54a6eaa98 (diff)
MinGW
Diffstat (limited to 'src/statistics/test_statistics_api.c')
-rw-r--r--src/statistics/test_statistics_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index 7a39f54b6f..b9f81d652f 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -141,7 +141,7 @@ check ()
GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
ok = 1;
}
- waitpid (pid, NULL, 0);
+ GNUNET_OS_process_wait(pid);
if (ok != 0)
return ok;
ok = 1;
@@ -160,7 +160,7 @@ check ()
GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
ok = 1;
}
- waitpid (pid, NULL, 0);
+ GNUNET_OS_process_wait(pid);
return ok;
}