summaryrefslogtreecommitdiff
path: root/app-editors/ee/files/ee-signal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/ee/files/ee-signal.patch')
-rw-r--r--app-editors/ee/files/ee-signal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/ee/files/ee-signal.patch b/app-editors/ee/files/ee-signal.patch
new file mode 100644
index 000000000000..41cfa4013068
--- /dev/null
+++ b/app-editors/ee/files/ee-signal.patch
@@ -0,0 +1,11 @@
+--- a/ee.c
++++ b/ee.c
+@@ -552,7 +552,7 @@
+ {
+ int counter;
+
+- for (counter = 1; counter < SIGUNUSED; counter++)
++ for (counter = 1; counter < SIGSYS; counter++)
+ signal(counter, SIG_IGN);
+
+ signal(SIGCHLD, SIG_DFL);