commit | 0e62a6742bca186624e97e2121c98ada30e009a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 17:17:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 17:17:56 2021 +0100 |
tree | 563c0f5cfa22a827bc37c5ef37c0d34863da9da1 | |
parent | 1bd3cb201983859d86d644eef9e98cd3e9de7261 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ff82645..0ab83f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2550, +/**/ 2549, /**/ 2548,