summaryrefslogtreecommitdiffstats
path: root/system/heirloom-sh/heirloom-sh-glibc-2.34.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-sh/heirloom-sh-glibc-2.34.patch')
-rw-r--r--system/heirloom-sh/heirloom-sh-glibc-2.34.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/heirloom-sh/heirloom-sh-glibc-2.34.patch b/system/heirloom-sh/heirloom-sh-glibc-2.34.patch
new file mode 100644
index 0000000000..35cb565526
--- /dev/null
+++ b/system/heirloom-sh/heirloom-sh-glibc-2.34.patch
@@ -0,0 +1,18 @@
+--- a/fault.c
++++ b/fault.c
+@@ -43,6 +43,15 @@
+ #include <errno.h>
+ #include <string.h>
+
++#if __GLIBC__ >= 2
++# undef SIGSTKSZ
++# if defined __ia64__
++# define SIGSTKSZ 262144
++# else
++# define SIGSTKSZ 65536
++# endif
++#endif
++
+ static void (*psig0_func)() = SIG_ERR; /* previous signal handler for signal 0 */
+ static char sigsegv_stack[SIGSTKSZ];
+