https://bugs.winehq.org/show_bug.cgi?id=44833 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> ---
running Android 4.4 (KitKat)
Your Android is most likely too old. Don't know if this is a bug we want fixed or whether that's a WONTFIX though. More information: https://developer.android.com/studio/releases/platforms.html
Android 5.0 (API level 21) Android 4.4 (API level 19)
https://android.googlesource.com/platform/ndk/+/master/docs/user/common_prob...
Using _FILE_OFFSET_BITS=64 instructs the C library to use mmap64 instead of mmap. mmap64 was not available until android-21. If your minSdkVersion value is lower than 21, the C library does not contain an mmap that is compatible with _FILE_OFFSET_BITS=64, so the function is unavailable.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.