From d9333ff8a007bf93c5566bbda1362b70ce547e05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Feb 2022 15:44:57 +0100 Subject: fix build error with GCC 12 using workaround to https://github.com/nginx/unit/issues/639 --- unit-upstream.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 unit-upstream.patch (limited to 'unit-upstream.patch') diff --git a/unit-upstream.patch b/unit-upstream.patch deleted file mode 100644 index 8304f65..0000000 --- a/unit-upstream.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c ---- a/src/nxt_main_process.c -+++ b/src/nxt_main_process.c -@@ -972,9 +972,11 @@ nxt_main_process_sigchld_handler(nxt_tas - - if (rt->nprocesses <= 1) { - nxt_runtime_quit(task, 0); -+ -+ return; - } - -- return; -+ continue; - } - - nxt_port_remove_notify_others(task, process); -- cgit