aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/ptrace.h')
-rw-r--r--sys/amd64/include/ptrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h
index d59a38f3409b..ea3477e11d81 100644
--- a/sys/amd64/include/ptrace.h
+++ b/sys/amd64/include/ptrace.h
@@ -47,9 +47,4 @@
#define PT_GETDBREGS (PT_FIRSTMACH + 5)
#define PT_SETDBREGS (PT_FIRSTMACH + 6)
-#ifdef _KERNEL
-int ptrace_read_u_check __P((struct proc *p, vm_offset_t off, size_t len));
#endif
-
-#endif
-