mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[unixsig] proper ident for minstksz whoops
This commit is contained in:
parent
22461c7f5d
commit
3974c60f7d
@ -225,7 +225,7 @@ int setup_signals(void* vnc, bool no_quit_sigs, bool no_winch_sigs,
|
|||||||
#ifdef _SC_SIGSTKSZ
|
#ifdef _SC_SIGSTKSZ
|
||||||
long minstksz = sysconf(_SC_SIGSTKSZ);
|
long minstksz = sysconf(_SC_SIGSTKSZ);
|
||||||
#else
|
#else
|
||||||
long minsktkz = 0;
|
long minstksz = 0;
|
||||||
#endif
|
#endif
|
||||||
if(minstksz <= 0){
|
if(minstksz <= 0){
|
||||||
minstksz = SIGSTKSZ * 4;
|
minstksz = SIGSTKSZ * 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user