another preliminary patch for macOS
This commit is contained in:
parent
25de1beb4f
commit
134759bfee
|
|
@ -393,6 +393,10 @@ static int get_sysmem(struct sys_memory *memall)
|
||||||
fprintf(stderr, "System memory info is not available\n");
|
fprintf(stderr, "System memory info is not available\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
/* Get system information */
|
||||||
|
static void set_static_system_info(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue