musl-tcc/src/thread/pthread_getconcurrency.c
2022-03-20 16:48:53 +08:00

7 lines
66 B
C

#include <pthread.h>
int pthread_getconcurrency()
{
return 0;
}