aboutsummaryrefslogtreecommitdiffstats
path: root/syscall.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-03-21 18:08:32 -0700
committerElliott Hughes <enh@google.com>2013-03-21 18:08:32 -0700
commite10a1e2805e24dd2c59c29dad3316fe58f42b526 (patch)
tree955045f36665da1a9cd935eb34a54bcd94d0440b /syscall.c
parent0c1aba9646e4eb137646ad777e558b38d8243840 (diff)
downloadandroid_external_strace-e10a1e2805e24dd2c59c29dad3316fe58f42b526.tar.gz
android_external_strace-e10a1e2805e24dd2c59c29dad3316fe58f42b526.tar.bz2
android_external_strace-e10a1e2805e24dd2c59c29dad3316fe58f42b526.zip
Remove another external/strace build hack.
Change-Id: Iea273b5f22920607d01ed191ced00ace30fc11ea
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/syscall.c b/syscall.c
index 34af217d..092561c0 100644
--- a/syscall.c
+++ b/syscall.c
@@ -44,10 +44,6 @@
#include <sys/syscall.h>
#include <sys/param.h>
-#ifdef HAVE_ANDROID_OS
-#include "syscall-android.h"
-#endif
-
#ifdef HAVE_SYS_REG_H
#include <sys/reg.h>
#ifndef PTRACE_PEEKUSR