[windows] setup_alt_sig_stack() implementation

This commit is contained in:
nick black 2021-12-05 22:26:19 -05:00
parent fe7704919f
commit 403bf91634
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -42,6 +42,8 @@ int setup_signals(void* vnc, bool no_quit_sigs, bool no_winch_sigs,
}
return 0;
}
void setup_alt_sig_stack(void){}
#else
// only one notcurses object can be the target of signal handlers, due to their
// process-wide nature. hold this lock over any of the shared data below.