Sign in
mojo
/
mojo-tools
/
ad00c8ee4181b58d6df219cf3c839839221499a9
/
.
/
fusl
/
src
/
thread
/
pthread_rwlock_destroy.c
blob: 173148dd96d0f164060131e9cecbd7f294d45daa [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_rwlock_destroy
(
pthread_rwlock_t
*
rw
)
{
return
0
;
}