summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc/proc.h')
-rw-r--r--proc/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 0022b132..1344df03 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -192,6 +192,7 @@ int pidfree (pid_t);
struct proc *create_startup_proc (void);
struct proc *allocate_proc (task_t);
+void proc_death_notify (struct proc *);
void complete_proc (struct proc *, pid_t);
void leave_pgrp (struct proc *);