aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2007-11-05 11:36:16 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2007-11-05 11:36:16 +0000
commit89b57fcf01d895a82a24b97548116e924bca5efc (patch)
treecccec36134d2cab5ce1eabb67dcaab5981e9beb0 /sys/sys/proc.h
parent762d6411cf512409e42fe8c66aa54c8975725f76 (diff)
downloadsrc-89b57fcf01d895a82a24b97548116e924bca5efc.tar.gz
src-89b57fcf01d895a82a24b97548116e924bca5efc.zip
Notes
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 6c8bac7d7219..82743424018b 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -839,6 +839,7 @@ void pargs_drop(struct pargs *pa);
void pargs_free(struct pargs *pa);
void pargs_hold(struct pargs *pa);
void procinit(void);
+void proc_linkup0(struct proc *p, struct thread *td);
void proc_linkup(struct proc *p, struct thread *td);
void proc_reparent(struct proc *child, struct proc *newparent);
struct pstats *pstats_alloc(void);