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