Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2018-08-28 10:45:38 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2018-08-28 10:45:38 +0300
commitd29b417b769f743432730c0a4d6fc7274ed33fea (patch)
tree634a03debb52a086da52ee9b5196db91f8f4dca7 /include/sysinfo.h
parent34f779e22cdb92d9d50b223701c6624ce1df8ae0 (diff)
........S. [DEV-898] refactoring of 'void' for functions prototype
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index a03d332f3f3..b1592168c14 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -307,7 +307,7 @@ int zbx_execute_threaded_metric(zbx_metric_func_t metric_func, AGENT_REQUEST *re
#define ZBX_MUTEX_ALL_ALLOW 0
#define ZBX_MUTEX_THREAD_DENIED 1
#define ZBX_MUTEX_LOGGING_DENIED 2
-zbx_uint32_t get_thread_global_mutex_flag();
+zbx_uint32_t get_thread_global_mutex_flag(void);
#endif
#endif