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