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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-05-15 10:08:29 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-05-15 14:20:10 +0300
commite04d39ce74e733d4a3768b8380691023b2cfa51f (patch)
tree027f54ab21ce32593375e9adc08f94406010da8e /Makefile.am
parent68eee5f02d8e9409d8e40353d02333595d149dc7 (diff)
...G...... [ZBX-15967] fixed buffer offset for reading hardware info from long DMI files
* commit 'b82a8bea3f8ca2f36b83808c0f38bc4c5f21d128': ...G...... [ZBX-15967] fixed warnings ...G...... [ZBX-15967] added some corner case tests ...G...... [ZBX-15967] reduced scope of variable ...G...... [ZBX-15967] reverted variable type .......... [ZBX-15967] added cmocka tests for system.hw.chassis[] item ...G...... [ZBX-15967] fixed buffer offset for reading hardware info from long DMI files ...G...... [ZBX-15967] fixed reading hardware info from long DMI files (cherry picked from commit 1680eeadb44b12e939ec234a76ec39f6e70ffef4)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 237329403b5..096c01ca85f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,14 +121,16 @@ WRAP_FS_FUNCS = \
-Wl,--wrap=opendir \
-Wl,--wrap=readdir \
-Wl,--wrap=stat \
- -Wl,--wrap=__xstat
+ -Wl,--wrap=__xstat \
+ -Wl,--wrap=__fxstat
WRAP_EXIT = \
-Wl,--wrap=exit
WRAP_COMM_FUNCS = \
-Wl,--wrap=read \
- -Wl,--wrap=connect
+ -Wl,--wrap=connect \
+ -Wl,--wrap=open
WRAP_LOG = \
-Wl,--wrap=__zbx_zabbix_log