On Tue May 2 13:04:35 2023 +0000, Alexandros Frantzis wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/2712/diffs?diff_id=45009&start_sha=5ff1ec495161e7dd17db7a70c3a9fbc24a344c66#6cb3a7ca18cce41a1d9a2aba323acf8efde1a178_59_54)
Done. My rationale for being explicit about the type is that the default type (PTHREAD_MUTEX_DEFAULT) is not well specified in POSIX (in theory it could be mapped to any of the other mutex types), and I wanted to ensure we get the `normal` variant. On Linux it is indeed mapped to the `normal` type, but I am not familiar with the various BSD flavors, so I erred on the side of being more explicit. In any case, if the defaults are good enough for the rest of the code, they are good enough for winewayland.drv :)