mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue #23735: Avoid sighandler_t Gnu-ism
This commit is contained in:
parent
5dbbf1abba
commit
28f35b24b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue