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
This commit is contained in:
parent
355a8ec494
commit
dd1ef5c5aa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user