mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly job.h.~3~
This commit is contained in:
parent
79a2237ed2
commit
00da07ebd1
1 changed files with 1 additions and 2 deletions
3
job.h
3
job.h
|
@ -41,8 +41,7 @@ struct child
|
|||
extern struct child *children;
|
||||
|
||||
extern void new_job ();
|
||||
extern void wait_for_children ();
|
||||
extern void push_signals_blocked_p (), pop_signals_blocked_p ();
|
||||
extern void reap_children ();
|
||||
|
||||
extern char **construct_command_argv ();
|
||||
extern void child_execute_job ();
|
||||
|
|
Loading…
Reference in a new issue