blob: bb71f393e23219f0d4ab3258722f63ffa0109804 [file] [log] [blame]
#include "pthread_impl.h"
int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy)
{
a->_a_policy = policy;
return 0;
}