diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index ffb54bf0..c0696149 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -201,6 +201,7 @@ void leave_pgrp (struct proc *); void join_pgrp (struct proc *); void boot_setsid (struct proc *); +struct proc *namespace_find_root (struct proc *); void process_has_exited (struct proc *); void alert_parent (struct proc *); void reparent_zombies (struct proc *); |