diff options
Diffstat (limited to 'sys/powerpc/include/ptrace.h')
-rw-r--r-- | sys/powerpc/include/ptrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index 55a26fd..d59a38f3 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -47,9 +47,9 @@ #define PT_GETDBREGS (PT_FIRSTMACH + 5) #define PT_SETDBREGS (PT_FIRSTMACH + 6) -#ifdef KERNEL +#ifdef _KERNEL int ptrace_read_u_check __P((struct proc *p, vm_offset_t off, size_t len)); -#endif /* !KERNEL */ +#endif #endif |