OSDN Git Service

android: remove open64 definition marshmallow-x86 nougat-x86 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 8 Sep 2017 02:24:45 +0000 (10:24 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 8 Sep 2017 02:24:45 +0000 (10:24 +0800)
The bionic has open64 now.

android/aconfig.h

index 5fb4bd1..e90fd6d 100644 (file)
@@ -2,7 +2,6 @@
 #define DATADIR "/system/usr/share/alsa"
 
 #define rindex strrchr
-#define open64 open
 
 #undef __swab16
 #define __swab16(x)  __arch__swab16((x))