From 403bf9163448321011858d344ae236684814d92f Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 5 Dec 2021 22:26:19 -0500 Subject: [PATCH] [windows] setup_alt_sig_stack() implementation --- src/lib/unixsig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/unixsig.c b/src/lib/unixsig.c index 1c0834da9..c34fa31cd 100644 --- a/src/lib/unixsig.c +++ b/src/lib/unixsig.c @@ -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.