summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-08-18 00:57:32 +0000
committerjhb <jhb@FreeBSD.org>2001-08-18 00:57:32 +0000
commitf76c65e1be6c477bd146a07216a28dfd86bb4260 (patch)
tree94b70c470b950b19eef6cb9b09117790fe46c095 /sys
parent319cdcbb3880244ca4f2d0d35ba1a460d34fb0f2 (diff)
downloadFreeBSD-src-f76c65e1be6c477bd146a07216a28dfd86bb4260.zip
FreeBSD-src-f76c65e1be6c477bd146a07216a28dfd86bb4260.tar.gz
Remove redundant declarations of functions that are declared in
sys/ptrace.h.
Diffstat (limited to 'sys')
-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 9debf99..1fa28f7 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
OpenPOWER on IntegriCloud