aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2004-07-13 16:11:04 +0000
committerKen Smith <kensmith@FreeBSD.org>2004-07-13 16:11:04 +0000
commit546d42ad9da9fb8dda85ec1a388a88bf9328e614 (patch)
tree08175fde736d5908b8aa88d6d983b4849b716512 /sys/alpha/include
parent439dfb0c35031dec22fd158020a7d8db80e233dc (diff)
downloadsrc-546d42ad9da9fb8dda85ec1a388a88bf9328e614.tar.gz
src-546d42ad9da9fb8dda85ec1a388a88bf9328e614.zip
Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype
definition so this one causes "redundant declaration" error and breaks Alpha kernel build. Reviewed by: gallatin@ and test build on beast
Notes
Notes: svn path=/head/; revision=132108
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/ptrace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h
index 2f62a566117c..7f74278357f0 100644
--- a/sys/alpha/include/ptrace.h
+++ b/sys/alpha/include/ptrace.h
@@ -35,7 +35,6 @@
#ifdef _KERNEL
#define FIX_SSTEP(p) ptrace_clear_single_step(p)
-int ptrace_clear_single_step(struct thread *_p);
#endif
#endif