mirror of
https://github.com/python/cpython.git
synced 2025-12-05 00:52:25 +00:00
Issue #23735: Merge sighandler_t fix from 3.5
This commit is contained in:
commit
9ad764601b
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue