Windows: add pthread_sigmask() that does nothing
[gitweb.git] / run-command.h
index c0969c7695f6b550b382b5704ceb9b2c23b3e3e0..a3043b16dfffdae5662aef2b0bef1c1b91fc7606 100644 (file)
@@ -116,6 +116,7 @@ struct async {
        int proc_in;
        int proc_out;
 #endif
+       int isolate_sigpipe;
 };
 
 int start_async(struct async *async);