summaryrefslogtreecommitdiffstats
path: root/utils/crun/patches/010-gcc15.patch
blob: e37127bb8173d1937719c52bfa5e6989933628ab (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/tests_libcrun_fuzzer.c
+++ b/tests/tests_libcrun_fuzzer.c
@@ -463,7 +463,7 @@ LLVMFuzzerTestOneInput (uint8_t *buf, si
 }
 
 static void
-sig_chld ()
+sig_chld (int i)
 {
   int status;
   pid_t p;