]> git.eshelyaron.com Git - emacs.git/commit
Port alternate signal stack to upcoming glibc 2.34
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Mar 2021 19:22:59 +0000 (11:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Mar 2021 19:26:33 +0000 (11:26 -0800)
commitf97e07ea807cc6d38774a3888a15091b20645ac6
treee7efa82c5616fdc1bf240c7c0ae393b80cc564dc
parentc6ed17cc70ee49250f7d3999bb56918f0e925757
Port alternate signal stack to upcoming glibc 2.34

* src/sysdep.c (sigsegv_stack): Increase size to 64 KiB and align
it to max_align_t.  This copies from Gnulib’s c-stack.c, and works
around a portability bug in draft glibc 2.34, which no longer
defines SIGSTKSZ when _GNU_SOURCE is defined.
src/sysdep.c