Skip to content

Commit

Permalink
Patch for SIGSTKSZ not being a compile-time constant anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristopher38 authored Apr 7, 2024
1 parent 7b063bc commit ef822a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patches/m4-1.4.17/lib/c-stack.c.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- c-stack.c.orig 2022-08-21 20:02:52.578841200 +0200
+++ c-stack.c 2022-08-21 20:06:38.481642915 +0200
@@ -50,6 +50,7 @@
#if ! HAVE_STACK_T && ! defined stack_t
typedef struct sigaltstack stack_t;
#endif
+#undef SIGSTKSZ
#ifndef SIGSTKSZ
# define SIGSTKSZ 16384
#elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384

0 comments on commit ef822a8

Please sign in to comment.