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 12bb26c2a6155750203babfec47b08e8bde0ad27..a3043b16dfffdae5662aef2b0bef1c1b91fc7606 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-116,10
+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