cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.09k stars 602 forks source link

libc/pthread: Make pthread_rwlock_trywrlock/tryrdlock posix compatible #1302

Closed valighita closed 8 months ago

valighita commented 8 months ago

The current implementations of pthread_rwlock_trywrlock and pthread_rwlock_tryrdlock don't follow the POSIX specification and return incorrect values. Fix the return values to follow the specification.