blob: e6b9127d2c574209e493ab8a531ab88892c32bb1 [file] [log] [blame]
#include "pthread_impl.h"
int pthread_rwlockattr_destroy(pthread_rwlockattr_t* a) {
return 0;
}