Windows: add pthread_sigmask() that does nothing
[gitweb.git] / run-command.h
index f315868a03b0969f5ad111510df1c17c0c32b702..a3043b16dfffdae5662aef2b0bef1c1b91fc7606 100644 (file)
@@ -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