blob: 17532a7ae488cb6e7fe48308ebaf75c37bfcff79 [file] [log] [blame]
#include "pthread_impl.h"
int pthread_rwlock_destroy(pthread_rwlock_t* rw) {
return 0;
}