Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Windows: add pthread_sigmask() that does nothing
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index c0969c7695f6b550b382b5704ceb9b2c23b3e3e0..a3043b16dfffdae5662aef2b0bef1c1b91fc7606 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);