aboutsummaryrefslogtreecommitdiffstats
path: root/strace.c
diff options
context:
space:
mode:
Diffstat (limited to 'strace.c')
-rw-r--r--strace.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/strace.c b/strace.c
index a94a19bc..774d172d 100644
--- a/strace.c
+++ b/strace.c
@@ -38,10 +38,7 @@
#include <sys/param.h>
#include <fcntl.h>
#include <sys/resource.h>
-#ifdef HAVE_ANDROID_OS
-#define wait4 __wait4
#include <sys/wait.h>
-#endif
#include <sys/stat.h>
#include <pwd.h>
#include <grp.h>