X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fmingw.h;h=a25589880130f2232aaf626cddcd739ac80dd378;hb=df487baa30924a36ade38ada4f77379236dcce0f;hp=4f275cb8e6a67515292a9dfc60bd1343065067a9;hpb=9b3b7fd8072783e2ec20b3cf622713d39b1c8af4;p=git.git diff --git a/compat/mingw.h b/compat/mingw.h index 4f275cb8e..a25589880 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -21,12 +21,12 @@ typedef int pid_t; #define WEXITSTATUS(x) ((x) & 0xff) #define WIFSIGNALED(x) ((unsigned)(x) > 259) -#define SIGKILL 0 -#define SIGCHLD 0 -#define SIGPIPE 0 -#define SIGHUP 0 -#define SIGQUIT 0 -#define SIGALRM 100 +#define SIGHUP 1 +#define SIGQUIT 3 +#define SIGKILL 9 +#define SIGPIPE 13 +#define SIGALRM 14 +#define SIGCHLD 17 #define F_GETFD 1 #define F_SETFD 2