Provide a definition of SIGPIPE.

This commit is contained in:
Johannes Sixt
2007-08-17 13:16:01 +02:00
parent a9601507cf
commit 94be0afa31

View File

@@ -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);