summaryrefslogtreecommitdiff
path: root/src/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kill.c')
-rw-r--r--src/kill.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kill.c b/src/kill.c
index 09d280822..4210c37b5 100644
--- a/src/kill.c
+++ b/src/kill.c
@@ -21,14 +21,7 @@
#include <getopt.h>
#include <sys/types.h>
#include <signal.h>
-
#include <sys/wait.h>
-#ifndef WIFSIGNALED
-# define WIFSIGNALED(s) (((s) & 0xFFFF) - 1 < (unsigned int) 0xFF)
-#endif
-#ifndef WTERMSIG
-# define WTERMSIG(s) ((s) & 0x7F)
-#endif
#include "system.h"
#include "error.h"