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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-10-08 12:43:05 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-10-08 12:43:05 +0400
commit3946cd709815e4201b6e9123a2048b0f38285eb6 (patch)
treecc93667df0aa652ba4436af0d9f7a7ba948370be /include/zbxtypes.h
parentd3e0a3827014486978ec34bc7770f222434a33b3 (diff)
- [ZBX-536] fixed problem with "Unable to add performance counter" (Sasha)
- [ZBX-535] added support of monitoring files larger than 2GB in windows (Sasha)
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index eedcd98e549..dbca091ea99 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -35,7 +35,7 @@
# define zbx_pid_t int
-# define stat _stat
+# define stat _stat64
# define snprintf _snprintf
# define vsnprintf _vsnprintf