mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Provide a definition of SIGPIPE.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user