summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/ptrace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h
index 71f6013d49a7..77b797d06a8c 100644
--- a/sys/sys/ptrace.h
+++ b/sys/sys/ptrace.h
@@ -57,7 +57,6 @@
#ifdef _KERNEL
int ptrace_set_pc __P((struct proc *p, unsigned long addr));
int ptrace_single_step __P((struct proc *p));
-int ptrace_write_u __P((struct proc *p, vm_offset_t off, long data));
#else /* !_KERNEL */
#include <sys/cdefs.h>