mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 08:30:49 +02:00
new GLOBSORT variable
This commit is contained in:
@@ -46,7 +46,7 @@ cb_linehandler (char *line)
|
||||
}
|
||||
|
||||
static char *
|
||||
cb_readline ()
|
||||
cb_readline (void)
|
||||
{
|
||||
fd_set fds;
|
||||
int r, err;
|
||||
@@ -102,15 +102,13 @@ else if (RL_ISSTATE (RL_STATE_NSEARCH))
|
||||
}
|
||||
|
||||
void
|
||||
sigint_sighandler (s)
|
||||
int s;
|
||||
sigint_sighandler (int s)
|
||||
{
|
||||
saw_signal = s;
|
||||
}
|
||||
|
||||
int
|
||||
sigint_handler (s)
|
||||
int s;
|
||||
sigint_handler (int s)
|
||||
{
|
||||
rl_free_line_state ();
|
||||
rl_callback_sigcleanup ();
|
||||
|
||||
Reference in New Issue
Block a user