Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
2af3006b0ccf36ba9ac5123f539d577fd97c5350
/
.
/
src
/
thread
/
pthread_rwlockattr_destroy.c
blob: fc8d611aea9e2ad2313f9c912b2f52674422143e [
file
]
#include
"pthread_impl.h"
int
pthread_rwlockattr_destroy
(
pthread_rwlockattr_t
*
a
)
{
return
0
;
}