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