From 97809f013ce9dea4781cfbd540c9b8d1b32bd4eb Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Mon, 2 Jun 2008 10:14:29 +0200 Subject: [PATCH] Add #defines for SIGHUP and SIGQUIT. Signed-off-by: Johannes Sixt --- compat/mingw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/mingw.h b/compat/mingw.h index 0e18b78b14..6965e3f2df 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -24,6 +24,8 @@ typedef int pid_t; #define SIGKILL 0 #define SIGCHLD 0 #define SIGPIPE 0 +#define SIGHUP 0 +#define SIGQUIT 0 #define SIGALRM 100 #define F_GETFD 1 -- 2.11.4.GIT