Skip to content

Commit

Permalink
[unixsig] proper ident for minstksz whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 2, 2025
1 parent 22461c7 commit 3974c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/unixsig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3974c60

Please sign in to comment.