mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-12-12 00:02:48 -05:00
Formerly job.h.~6~
This commit is contained in:
parent
7cb595fc60
commit
f5e7fb8ea0
2
job.h
2
job.h
@ -29,7 +29,7 @@ struct child
|
|||||||
unsigned int command_line; /* Index into above. */
|
unsigned int command_line; /* Index into above. */
|
||||||
char *command_ptr; /* Ptr into command_lines[command_line]. */
|
char *command_ptr; /* Ptr into command_lines[command_line]. */
|
||||||
|
|
||||||
int pid; /* Child process's ID number. */
|
pid_t pid; /* Child process's ID number. */
|
||||||
unsigned int remote:1; /* Nonzero if executing remotely. */
|
unsigned int remote:1; /* Nonzero if executing remotely. */
|
||||||
|
|
||||||
unsigned int noerror:1; /* Nonzero if commands contained a `-'. */
|
unsigned int noerror:1; /* Nonzero if commands contained a `-'. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user