1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

Applied a patch from @tavplubix

This commit is contained in:
Alexey Milovidov 2020-05-09 21:07:16 +03:00
parent 9d22c61611
commit 6f8449d88e

View file

@ -38,7 +38,7 @@
/* Implementation: */
static int _libcpiud_errno = ERR_OK;
_Thread_local int _libcpiud_errno = ERR_OK;
int set_error(cpu_error_t err)
{