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