Files
packages/utils/crun/patches/010-gcc15.patch
Rosen Penev 223d62e02c crun: fix compilation with GCC 15
Need to fix function prototype

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-07-30 02:55:48 +08:00

12 lines
210 B
Diff

--- 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;