musl-tcc/src/thread/pthread_rwlockattr_destroy.c

7 lines
98 B
C

#include "pthread_impl.h"
int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
{
return 0;
}