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