summaryrefslogtreecommitdiffstats
path: root/sys/sys/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ptrace.h')
-rw-r--r--sys/sys/ptrace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h
index 77b797d..de4e5e9 100644
--- a/sys/sys/ptrace.h
+++ b/sys/sys/ptrace.h
@@ -55,8 +55,8 @@
#include <machine/ptrace.h> /* machine-specific requests, if any */
#ifdef _KERNEL
-int ptrace_set_pc __P((struct proc *p, unsigned long addr));
-int ptrace_single_step __P((struct proc *p));
+int ptrace_set_pc __P((struct thread *td, unsigned long addr));
+int ptrace_single_step __P((struct thread *td));
#else /* !_KERNEL */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud