another preliminary patch for macOS

This commit is contained in:
Holger Vogt 2020-01-19 15:42:27 +01:00
parent 25de1beb4f
commit 134759bfee
1 changed files with 4 additions and 0 deletions

View File

@ -393,6 +393,10 @@ static int get_sysmem(struct sys_memory *memall)
fprintf(stderr, "System memory info is not available\n");
return -1;
}
/* Get system information */
static void set_static_system_info(void)
{
}
#elif defined(_WIN32)