mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 21:13:27 +00:00
Fix Android build - 2nd try
This commit is contained in:
parent
35f8178632
commit
22e4a1d74c
@ -69,6 +69,9 @@ static int r_debug_native_reg_write (RDebug *dbg, int type, const ut8* buf, int
|
||||
#include "native/procfs.h"
|
||||
# ifdef __ANDROID__
|
||||
# define WAIT_ANY -1
|
||||
# ifndef WIFCONTINUED
|
||||
# define WIFCONTINUED(s) ((s) == 0xffff)
|
||||
# endif
|
||||
# endif
|
||||
#if __x86_64__
|
||||
#include "native/linux/linux_coredump.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user