]> git.eshelyaron.com Git - emacs.git/commit
Port alternate signal stack to upcoming glibc 2.34 emacs-26
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Mar 2021 19:22:59 +0000 (11:22 -0800)
committerStefan Kangas <stefan@marxist.se>
Fri, 15 Jul 2022 11:56:20 +0000 (13:56 +0200)
commita6632fee28d5c0befa192c92692e4204656a29a0
tree7293091063094bcc0985284c45b4a46fc1e6ca16
parent7497ee44b471f69ce59d131a6dece261e871534f
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.

(cherry picked from commit f97e07ea807cc6d38774a3888a15091b20645ac6)
src/sysdep.c