]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34 v8.2.2550
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2021 16:17:56 +0000 (17:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2021 16:17:56 +0000 (17:17 +0100)
commit0e62a6742bca186624e97e2121c98ada30e009a0
tree563c0f5cfa22a827bc37c5ef37c0d34863da9da1
parent1bd3cb201983859d86d644eef9e98cd3e9de7261
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34

Problem:    Signal stack size is wrong with latest glibc 2.34.
Solution:   Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, closes
            #7895)
src/auto/configure
src/config.h.in
src/configure.ac
src/os_unix.c
src/version.c