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