aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 2af0ec498c9e..3dca2aa6debf 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -47,10 +47,4 @@
#define FIX_SSTEP(p) ptrace_clear_single_step(p)
-#ifdef _KERNEL
-int ptrace_clear_single_step __P((struct proc *p));
-int ptrace_read_u_check __P((struct proc *p, vm_offset_t off, size_t len));
#endif
-
-#endif
-