blob: a1df9a07d257712ea8f1dbc53856cea3b2ab2726 [file] [log] [blame]
#include <pthread.h>
int pthread_getconcurrency() {
return 0;
}