Bash-4.4 patch 4
This commit is contained in:
parent
4f59a8babc
commit
2965eca924
4 changed files with 18 additions and 5 deletions
1
jobs.h
1
jobs.h
|
@ -190,6 +190,7 @@ extern JOB **jobs;
|
|||
extern void making_children __P((void));
|
||||
extern void stop_making_children __P((void));
|
||||
extern void cleanup_the_pipeline __P((void));
|
||||
extern void discard_last_procsub_child __P((void));
|
||||
extern void save_pipeline __P((int));
|
||||
extern PROCESS *restore_pipeline __P((int));
|
||||
extern void start_pipeline __P((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue