From 94be0afa317c2cd54456652970cfefa7767b464f Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 17 Aug 2007 13:16:01 +0200 Subject: [PATCH] Provide a definition of SIGPIPE. --- git-compat-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/git-compat-util.h b/git-compat-util.h index 75b2a4bc9b..22a53d3668 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -431,6 +431,7 @@ typedef int pid_t; #define SIGKILL 0 #define SIGCHLD 0 #define SIGALRM 0 +#define SIGPIPE 0 #define ECONNABORTED 0 int kill(pid_t pid, int sig);