aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/types.h
diff options
context:
space:
mode:
authormuhden <muhden@yandex-team.ru>2022-02-10 16:51:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:48 +0300
commit1dbd640faa41bcc5e0706aa58be73600774045eb (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/types.h
parentd449e2096cfd23bf76d1e80ec9563dd3ca7b75cd (diff)
downloadydb-1dbd640faa41bcc5e0706aa58be73600774045eb.tar.gz
Restoring authorship annotation for <muhden@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/types.h')
-rw-r--r--util/system/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/types.h b/util/system/types.h
index 3765342a0b..12e68a6060 100644
--- a/util/system/types.h
+++ b/util/system/types.h
@@ -14,13 +14,13 @@ typedef uint16_t ui16;
typedef int yssize_t;
#define PRIYSZT "d"
-#if defined(_darwin_) && defined(_32_)
-typedef unsigned long ui32;
+#if defined(_darwin_) && defined(_32_)
+typedef unsigned long ui32;
typedef long i32;
-#else
+#else
typedef uint32_t ui32;
typedef int32_t i32;
-#endif
+#endif
#if defined(_darwin_) && defined(_64_)
typedef unsigned long ui64;