Issue #23735: Avoid sighandler_t Gnu-ism
This commit is contained in:
parent
5dbbf1abba
commit
28f35b24b6
|
@ -930,7 +930,7 @@ on_completion_display_matches_hook(char **matches,
|
|||
|
||||
#ifdef HAVE_RL_RESIZE_TERMINAL
|
||||
static volatile sig_atomic_t sigwinch_received;
|
||||
static sighandler_t sigwinch_ohandler;
|
||||
static PyOS_sighandler_t sigwinch_ohandler;
|
||||
|
||||
static void
|
||||
readline_sigwinch_handler(int signum)
|
||||
|
|
Loading…
Reference in New Issue