summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/win32.c b/win32/win32.c
index d10b68fbef..e9edfdfc14 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -2332,13 +2332,6 @@ chown(const char *path, int owner, int group)
return 0;
}
-#include <signal.h>
-#ifndef SIGINT
-#define SIGINT 2
-#endif
-#ifndef SIGKILL
-#define SIGKILL 9
-#endif
int
kill(int pid, int sig)
{