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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-01-14 13:13:30 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-01-14 13:13:30 +0300
commita2e97b410d4bcf8ede297c3978e234a37c491a88 (patch)
treeb61bc1cd79913f1cb4e1b575baf400f695641f80 /Makefile.am
parent390ba7d40198a429da4189a77465ab273e32d21a (diff)
.......... [ZBXNEXT-7411] fixed cmocka tests on non Linux systems
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 90e60984629..69877008bc3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,8 +141,7 @@ WRAP_FS_FUNCS = \
-Wl,--wrap=opendir \
-Wl,--wrap=readdir \
-Wl,--wrap=stat \
- -Wl,--wrap=__xstat \
- -Wl,--wrap=__fxstat
+ -Wl,--wrap=__xstat
WRAP_EXIT = \
-Wl,--wrap=exit