Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: improve diagnosis for "--reverse NEW"
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 3d1e59e26e33d062a10698fc139f7fc0f4ae14ec..49ba764c6c1d6b6d14e2e1cd56f3a5b6e8a37c12 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-116,6
+116,7
@@
struct async {
int proc_in;
int proc_out;
#endif
+ int isolate_sigpipe;
};
int start_async(struct async *async);