fix for readline to handle setlocale() returning NULL

This commit is contained in:
Chet Ramey
2022-10-07 17:44:03 -04:00
parent 43e861c2cd
commit 38d9d3590f
5 changed files with 19 additions and 3 deletions
+2
View File
@@ -151,7 +151,9 @@ int rl_timeout_remaining (unsigned int *, unsigned int *);
int _rl_timeout_init (void);
int _rl_timeout_sigalrm_handler (void);
#if defined (RL_TIMEOUT_USE_SELECT)
int _rl_timeout_select (int, fd_set *, fd_set *, fd_set *, const struct timeval *, const sigset_t *);
#endif
static void _rl_timeout_handle (void);
#if defined (RL_TIMEOUT_USE_SIGALRM)