1
0
forked from aniani/vim

patch 8.2.3327: no check for sysconf() failing

Problem:    No check for sysconf() failing.
Solution:   If sysconf() fails use SIGSTKSZ for the signal stack size.
            (Zdenek Dohnal, closes #8743)
This commit is contained in:
Zdenek Dohnal
2021-08-11 14:20:05 +02:00
committed by Bram Moolenaar
parent 6e48b84c5f
commit ba9c23e776
2 changed files with 29 additions and 19 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3327,
/**/
3326,
/**/