protonscr

fsync patches added?

wineclosed
ValveSoftware/wine#68 · opened 2019-09-24 by SR-dude · updated 2019-09-24 · 3 comments · github
SSR-dude 2019-09-24 github

Does the Proton 4.11 branch have the fsync patches already applied?

Kkisak-valve maintainer 2019-09-24 github
SSR-dude 2019-09-24 github

Thanks. I suppose in order for this to work, you would need FUTEX_WAIT_MULTIPLE added in the kernel. But, what about the patches to glibc, namely pthread_mutex_lock_any(). Would that be needed as well?

Kkakra 2019-09-24 github

@SR-dude Currently no, the patches in wine-proton directly do the syscall by ID and do not use glibc thread functions, as far as I understood. Adding the glibc patches would only benefit other software which wait on many threads.

Proton versions