Commit 28f35b24 authored by Martin Panter's avatar Martin Panter

Issue #23735: Avoid sighandler_t Gnu-ism

parent 5dbbf1ab
...@@ -930,7 +930,7 @@ on_completion_display_matches_hook(char **matches, ...@@ -930,7 +930,7 @@ on_completion_display_matches_hook(char **matches,
#ifdef HAVE_RL_RESIZE_TERMINAL #ifdef HAVE_RL_RESIZE_TERMINAL
static volatile sig_atomic_t sigwinch_received; static volatile sig_atomic_t sigwinch_received;
static sighandler_t sigwinch_ohandler; static PyOS_sighandler_t sigwinch_ohandler;
static void static void
readline_sigwinch_handler(int signum) 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