add missing get_sysmem() when no info available

This commit is contained in:
caand 2020-07-23 23:40:05 +02:00 committed by Holger Vogt
parent a406af26d6
commit 6907d17985
1 changed files with 5 additions and 0 deletions

View File

@ -975,6 +975,11 @@ static void get_physical_processor_count(void)
#else /* no Windows OS, no proc info file system */
static int get_sysmem(struct sys_memory *memall)
{
return -1; // Return N/A
}
void set_static_system_info(void)
{
/* Set to no data available */