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 f315868a03b0969f5ad111510df1c17c0c32b702..a3043b16dfffdae5662aef2b0bef1c1b91fc7606 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-116,9
+116,12
@@
struct async {
int proc_in;
int proc_out;
#endif
+ int isolate_sigpipe;
};
int start_async(struct async *async);
int finish_async(struct async *async);
+int in_async(void);
+void NORETURN async_exit(int code);
#endif