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