summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
Diffstat (limited to 'proc')
-rw-r--r--proc/wait.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/proc/wait.c b/proc/wait.c
index b8f2e60e..267fc618 100644
--- a/proc/wait.c
+++ b/proc/wait.c
@@ -36,18 +36,6 @@
#include <mach/mig_errors.h>
-struct zombie
-{
- struct zombie *next;
- pid_t pid, pgrp;
- struct proc *parent;
- int exit_status;
- struct rusage ru;
-};
-
-static struct zombie *zombie_list;
-
-
/* Return nonzero if a `waitpid' on WAIT_PID by a process
in MYPGRP cares about the death of PID/PGRP. */
static inline int