mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 16:25:30 +00:00
Fix FreeBSD build warning. (#11904)
This commit is contained in:
parent
f95120bb4e
commit
ec77b63c6f
@ -32,6 +32,11 @@ R_LIB_VERSION_HEADER(r_debug);
|
||||
#undef trapframe
|
||||
#undef rwindow
|
||||
|
||||
#ifdef PTRACE_SYSCALL
|
||||
/* on freebsd does not have the same meaning */
|
||||
#undef PTRACE_SYSCALL
|
||||
#endif
|
||||
|
||||
#define PTRACE_PEEKTEXT PT_READ_I
|
||||
#define PTRACE_POKETEXT PT_WRITE_I
|
||||
#define PTRACE_PEEKDATA PT_READ_D
|
||||
|
Loading…
x
Reference in New Issue
Block a user