Commit 9ad76460 authored by Martin Panter's avatar Martin Panter

Issue #23735: Merge sighandler_t fix from 3.5

parents a3506005 28f35b24
......@@ -928,7 +928,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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment