From d9aad57447ea95fce6081bffbd02cbaa546e922f Mon Sep 17 00:00:00 2001 From: Andris Mednis Date: Mon, 13 Aug 2018 10:54:22 +0000 Subject: ...G...PS. [DEV-698] renamed ZBX_FS_TIME_T_T and zbx_fs_time_t_t (issue 2) --- include/zbxtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/zbxtypes.h') diff --git a/include/zbxtypes.h b/include/zbxtypes.h index 97ec0298ebb..da85d487359 100644 --- a/include/zbxtypes.h +++ b/include/zbxtypes.h @@ -154,10 +154,10 @@ typedef off_t zbx_offset_t; #define ZBX_FS_SIZE_T ZBX_FS_UI64 #define ZBX_FS_SSIZE_T ZBX_FS_I64 -#define ZBX_FS_TIME_T_T ZBX_FS_I64 +#define ZBX_FS_TIME_T ZBX_FS_I64 #define zbx_fs_size_t zbx_uint64_t /* use this type only in calls to printf() for formatting size_t */ #define zbx_fs_ssize_t zbx_int64_t /* use this type only in calls to printf() for formatting ssize_t */ -#define zbx_fs_time_t_t zbx_int64_t /* use this type only in calls to printf() for formatting time_t */ +#define zbx_fs_time_t zbx_int64_t /* use this type only in calls to printf() for formatting time_t */ #ifndef S_ISREG # define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) -- cgit v1.2.3