5 Feb
2026
5 Feb
'26
9: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