kendryte-sdk-source/lib/freertos/pthread.c

4 lines
74 B
C

int pthread_setcancelstate(int __state, int *__oldstate)
{
return 0;
}