Sign in
mojo
/
mojo-tools
/
33eb773f692f9df5cf08d3bdc1e9e4569dfd1c67
/
.
/
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
;
}