Remove elfutils hack for missing open64.

Change-Id: Ia258ffd13954bdf20a82e23f7ac4fa3655863edc
diff --git a/0.153/bionic-fixup/AndroidFixup.h b/0.153/bionic-fixup/AndroidFixup.h
index a08316b..8d840ba 100644
--- a/0.153/bionic-fixup/AndroidFixup.h
+++ b/0.153/bionic-fixup/AndroidFixup.h
@@ -58,7 +58,4 @@
 /* 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 */