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