summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/ptrace.h')
-rw-r--r--sys/alpha/include/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 5a9cf14..87a03af 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -48,7 +48,7 @@
#define FIX_SSTEP(p) ptrace_clear_single_step(p)
#ifdef _KERNEL
-int ptrace_clear_single_step(struct proc *_p);
+int ptrace_clear_single_step(struct thread *_p);
#endif
#endif
OpenPOWER on IntegriCloud