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