Samuel Thibault, le mer. 15 sept. 2021 16:34:27 +0200, a ecrit: > making pthread_rwlock use gsync, like was done for pthread_mutex and > sem, and then we can just #define __libc_rwlock pthread_rwlock.
I forgot an important point: that will also depend on moving pthread_* from libpthread.so to libc.so, which we'll also want sooner or later. Samuel