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