[unixsig] proper ident for minstksz whoops

This commit is contained in:
nick black 2025-01-02 13:50:21 -05:00
parent 22461c7f5d
commit 3974c60f7d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -225,7 +225,7 @@ int setup_signals(void* vnc, bool no_quit_sigs, bool no_winch_sigs,
#ifdef _SC_SIGSTKSZ
long minstksz = sysconf(_SC_SIGSTKSZ);
#else
long minsktkz = 0;
long minstksz = 0;
#endif
if(minstksz <= 0){
minstksz = SIGSTKSZ * 4;