summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2013-04-14 20:03:48 +0000
committertrociny <trociny@FreeBSD.org>2013-04-14 20:03:48 +0000
commit4bb922ab39d272b2c3139e57ae1743f929e2007d (patch)
tree1e13176202cccd9634933948529b6211c2745898 /sys/sys/proc.h
parent335f3dbd9136ccf61c363fee13dc4a90c89cce50 (diff)
downloadFreeBSD-src-4bb922ab39d272b2c3139e57ae1743f929e2007d.zip
FreeBSD-src-4bb922ab39d272b2c3139e57ae1743f929e2007d.tar.gz
Similarly to proc_getargv() and proc_getenvv(), export proc_getauxv()
to be able to reuse the code. MFC after: 3 weeks
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 4ce6f2d..4e2922e 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -873,6 +873,7 @@ struct pargs *pargs_alloc(int len);
void pargs_drop(struct pargs *pa);
void pargs_hold(struct pargs *pa);
int proc_getargv(struct thread *td, struct proc *p, struct sbuf *sb);
+int proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb);
int proc_getenvv(struct thread *td, struct proc *p, struct sbuf *sb);
void procinit(void);
void proc_linkup0(struct proc *p, struct thread *td);
OpenPOWER on IntegriCloud