aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-08-18 00:57:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-08-18 00:57:32 +0000
commitbe08df7290523feda5b450a974712a7637c51654 (patch)
tree94b70c470b950b19eef6cb9b09117790fe46c095
parent732f13de207c2e4da0a7bf877bcd2e3d46f12509 (diff)
Notes
-rw-r--r--sys/alpha/include/ptrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 9debf99fea3e..1fa28f760fca 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -48,7 +48,5 @@
#define FIX_SSTEP(p) ptrace_clear_single_step(p)
int ptrace_clear_single_step(struct proc *_p);
-int ptrace_set_pc(struct proc *_p, unsigned long _addr);
-int ptrace_single_step(struct proc *_p);
#endif