Has anyone information about pread() compatibility on the android platform, please? As far as I know there was a problem with this call some version ago:
- Android 2.1 file i/o: pread fails with errno 22 (EINVAL, Invalid argument)
- https://code.google.com/p/leveldb/issues/detail?id=100#c8
Are there any information about that problem? Is it a bug in the OS kernel or bionic (libc) or android-ndk? Was it fixed?