aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/libproc.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
committerMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
commit5577b8a709c072fedc73dde9b3ad730699438bf7 (patch)
treed870e402f90efa1d1a9c5da33361bd7543eabdf5 /lib/libproc/libproc.h
parent4fbebc74723d70a180ea0bba901ca6d5eead6146 (diff)
Notes
Diffstat (limited to 'lib/libproc/libproc.h')
-rw-r--r--lib/libproc/libproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libproc/libproc.h b/lib/libproc/libproc.h
index 7c17943b10f2..ef88f94c4752 100644
--- a/lib/libproc/libproc.h
+++ b/lib/libproc/libproc.h
@@ -142,8 +142,8 @@ int proc_addr2sym(struct proc_handle *, uintptr_t, char *, size_t, GElf_Sym *);
int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl);
int proc_continue(struct proc_handle *);
int proc_clearflags(struct proc_handle *, int);
-int proc_create(const char *, char * const *, proc_child_func *, void *,
- struct proc_handle **);
+int proc_create(const char *, char * const *, char * const *,
+ proc_child_func *, void *, struct proc_handle **);
int proc_detach(struct proc_handle *, int);
int proc_getflags(struct proc_handle *);
int proc_name2sym(struct proc_handle *, const char *, const char *,