summaryrefslogtreecommitdiffstats
path: root/unit-upstream.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-11 15:44:57 +0100
committerRemi Collet <remi@php.net>2022-02-11 15:44:57 +0100
commitd9333ff8a007bf93c5566bbda1362b70ce547e05 (patch)
tree46e66324a76479b05d207f6662d971d06fafdd97 /unit-upstream.patch
parent423f98550f2c5c567bce20f274f6b33ed4f2f1da (diff)
fix build error with GCC 12 using workaround to
https://github.com/nginx/unit/issues/639
Diffstat (limited to 'unit-upstream.patch')
-rw-r--r--unit-upstream.patch16
1 files changed, 0 insertions, 16 deletions
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);