summaryrefslogtreecommitdiffstats
path: root/0.153
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-17 18:48:41 -0800
committerElliott Hughes <enh@google.com>2014-01-17 18:48:41 -0800
commit234a0f38a6ce701e02920d2d7ae00fa6ec488ec5 (patch)
tree2cb3f835df02572539815606db1bd3e7a6eff193 /0.153
parent71b19bbd8d3c3b27f2d2f526394b9473049d620a (diff)
downloadandroid_external_elfutils-234a0f38a6ce701e02920d2d7ae00fa6ec488ec5.tar.gz
android_external_elfutils-234a0f38a6ce701e02920d2d7ae00fa6ec488ec5.tar.bz2
android_external_elfutils-234a0f38a6ce701e02920d2d7ae00fa6ec488ec5.zip
Remove elfutils hack for missing open64.
Change-Id: Ia258ffd13954bdf20a82e23f7ac4fa3655863edc
Diffstat (limited to '0.153')
-rw-r--r--0.153/bionic-fixup/AndroidFixup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/0.153/bionic-fixup/AndroidFixup.h b/0.153/bionic-fixup/AndroidFixup.h
index a08316be..8d840baf 100644
--- a/0.153/bionic-fixup/AndroidFixup.h
+++ b/0.153/bionic-fixup/AndroidFixup.h
@@ -58,7 +58,4 @@ static inline void *rawmemchr(const void *s, int c)
/* workaround for canonicalize_file_name */
#define canonicalize_file_name(path) realpath(path, NULL)
-/* workaround for open64 */
-#define open64(path, flags) open(path, ((flags) | O_LARGEFILE))
-
#endif /* ANDROID_FIXUP_H */