Sign in
◑
Theme
mojo
/
mojo-tools
/
11b993425b6dd123103ed48498ed6f96b35d6f73
/
.
/
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
);
}