Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/zdtm/static/child_subreaper_and_reparent.c')
-rw-r--r--test/zdtm/static/child_subreaper_and_reparent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/zdtm/static/child_subreaper_and_reparent.c b/test/zdtm/static/child_subreaper_and_reparent.c
index 57943a67b..e3955d3d9 100644
--- a/test/zdtm/static/child_subreaper_and_reparent.c
+++ b/test/zdtm/static/child_subreaper_and_reparent.c
@@ -25,7 +25,7 @@ struct shared {
int parent_after_cr;
} *sh;
-int orphan()
+int orphan(void)
{
/*
* Wait until reparented to the pidns init. (By waiting
@@ -45,7 +45,7 @@ int orphan()
return 0;
}
-int helper()
+int helper(void)
{
int pid;
@@ -59,7 +59,7 @@ int helper()
return 0;
}
-int subreaper()
+int subreaper(void)
{
int pid, ret, status;