Re: [PATCH v6 0/6] MR9977: wineandroid: Fix build issues and early runtime regressions on modern Android toolchains
5 Feb
2026
5 Feb
'26
3:29 a.m.
Including <strings.h> only makes the dependency explicit and does not change behavior on platforms where it was already indirectly included.
We don't use strings.h in Wine. Other places use __builtin_ffs which is probably what we want here.
winepulse: Do not use pthread mutex attributes on Android
There's nothing Android-specific about this. It should check for the availability of the corresponding function or define (assuming we really need a robust mutex here, I'm not sure that's the case).
Without --rosegment the linker may generate a wine-preloader ELF roughly 2GB in size due to segment layout.
Please explain in more details what's happening here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9977#note_128849
27
Age (days ago)
27
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)