commit bash-20191009 snapshot

This commit is contained in:
Chet Ramey
2019-10-14 09:17:20 -04:00
parent f7ec6b1a00
commit aa99ef520f
12 changed files with 151 additions and 28 deletions
+1 -3
View File
@@ -126,8 +126,6 @@ static void cleanup_redirects PARAMS((REDIRECT *));
static int restore_signal_mask PARAMS((sigset_t *));
#endif
static void async_redirect_stdin PARAMS((void));
static int builtin_status PARAMS((int));
static int execute_for_command PARAMS((FOR_COM *));
@@ -521,7 +519,7 @@ open_files ()
}
#endif
static void
void
async_redirect_stdin ()
{
int fd;