iconv: add euro symbol to GBK as single byte 0x80
[musl.git] / src / thread / pthread_attr_setschedpolicy.c
blobbb71f393e23219f0d4ab3258722f63ffa0109804
1 #include "pthread_impl.h"
3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy)
5 a->_a_policy = policy;
6 return 0;