blob: 47eb4d7004e35baa77badd8eee492ff7e4d8766d [file] [log] [blame]
#include "pthread_impl.h"
int pthread_mutex_consistent(pthread_mutex_t* m) {
// We do not support robust pthread_mutex_ts.
return EINVAL;
}