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:
committed by
Bram Moolenaar
parent
6e48b84c5f
commit
ba9c23e776
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3327,
|
||||
/**/
|
||||
3326,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user