GC unused prototype of ptrace_write_u().
Forgotten by: peter
This commit is contained in:
parent
5c6a35107b
commit
d721b5de59
@ -57,7 +57,6 @@
|
|||||||
#ifdef _KERNEL
|
#ifdef _KERNEL
|
||||||
int ptrace_set_pc __P((struct proc *p, unsigned long addr));
|
int ptrace_set_pc __P((struct proc *p, unsigned long addr));
|
||||||
int ptrace_single_step __P((struct proc *p));
|
int ptrace_single_step __P((struct proc *p));
|
||||||
int ptrace_write_u __P((struct proc *p, vm_offset_t off, long data));
|
|
||||||
#else /* !_KERNEL */
|
#else /* !_KERNEL */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user