Sign in
mojo
/
mojo-tools
/
c0962d0d0c9ab1151ce40d6233231634fbcddaba
/
.
/
fusl
/
src
/
thread
/
pthread_rwlockattr_destroy.c
blob: 86524057cbf2a35284d4e575689bfe6a780af111 [
file
]
#include
"pthread_impl.h"
int
pthread_rwlockattr_destroy
(
pthread_rwlockattr_t
*
a
)
{
return
0
;
}