Sign in
mojo
/
mojo-testing
/
b237bca1446a4ef1006f2804ecdfeb1a0cf286ae
/
.
/
fusl
/
src
/
thread
/
pthread_rwlock_wrlock.c
blob: c13e87054abddbd01906d46b7216d2041301aa43 [
file
]
#include
"pthread_impl.h"
int
pthread_rwlock_wrlock
(
pthread_rwlock_t
*
rw
)
{
return
pthread_rwlock_timedwrlock
(
rw
,
0
);
}