diff options
-rw-r--r-- | sys/sys/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index c530093..5c95ec1 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -67,6 +67,7 @@ int ptrace_single_step(struct thread *_td); struct reg; struct fpreg; struct dbreg; +struct uio; int proc_read_regs(struct thread *_td, struct reg *_reg); int proc_write_regs(struct thread *_td, struct reg *_reg); int proc_read_fpregs(struct thread *_td, struct fpreg *_fpreg); |