From 134759bfee07cf114a0ce2ef6d01ddd5bd31658d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 19 Jan 2020 15:42:27 +0100 Subject: [PATCH] another preliminary patch for macOS --- src/frontend/com_sysinfo.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/com_sysinfo.c b/src/frontend/com_sysinfo.c index e84ab4518..c66358a73 100644 --- a/src/frontend/com_sysinfo.c +++ b/src/frontend/com_sysinfo.c @@ -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)