OSDN Git Service

Remove off64_t as now it is defined in bionic.
[android-x86/external-alsa-utils.git] / android / aconfig.h
1
2 #define DATADIR "/system/usr/share/alsa"
3
4 #define rindex strrchr
5 #define open64 open
6
7 #undef __swab16
8 #define __swab16(x)  __arch__swab16((x))
9
10 #undef __swab32
11 #define __swab32(x)  __arch__swab32((x))
12