1 2 3 4 5 6 7
#include "pthread_impl.h" int pthread_mutexattr_setprotocol(pthread_mutexattr_t *a, int protocol) { if (protocol) return ENOTSUP; return 0; }