26 Apr
2023
26 Apr
'23
7:57 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2710#note_31270