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