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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-11-05 17:15:12 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-11-05 17:15:12 +0300
commit653d1f5ad73ee7824c37d02408bc42820f09a51a (patch)
treeea7f8e2d65db5cd7a7f2862d0a368a0c75c95e19 /include/sysinfo.h
parentc23bb0fac75fb6d7929ce062e8d85ccc89eea84e (diff)
...G...... [ZBXNEXT-712] reverted mutex
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 7f205259d3d..1c65bf659eb 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -398,10 +398,5 @@ zbx_uint32_t get_thread_global_mutex_flag(void);
int hostname_handle_params(AGENT_REQUEST *request, AGENT_RESULT *result, char *hostname);
#endif
-#if !defined(_WINDOWS) && !defined(__MINGW32__)
-int zbx_init_fileinfo(char **error);
-void zbx_deinit_fileinfo(void);
-#endif
-
#endif