blob: eadf4578d5d3458a1fecfb6c77423a42aa17ebde [file] [log] [blame]
#include "pthread_impl.h"
int pthread_rwlock_wrlock(pthread_rwlock_t* rw) {
return pthread_rwlock_timedwrlock(rw, 0);
}