You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/ee/files/ee-signal.patch

12 lines
222 B

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