Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/system.c:
return TRUE;
}
+static void fill_performance_core_info(void) +{
- FILE *fpcore_list;
- unsigned int beg, end, i;
- char op = ',';
- if (access("/sys/devices/cpu_atom/cpus", R_OK)) return;
What's the point of this access() call?