summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/basic/format-util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/basic/format-util.h b/src/basic/format-util.h
index 39a185f59..ae42a8f89 100644
--- a/src/basic/format-util.h
+++ b/src/basic/format-util.h
@@ -54,6 +54,12 @@
# error Unknown time_t size
#endif
+#if defined __x86_64__ && defined __ILP32__
+# define PRI_TIMEX PRIi64
+#else
+# define PRI_TIMEX "li"
+#endif
+
#if SIZEOF_RLIM_T == 8
# define RLIM_FMT "%" PRIu64
#elif SIZEOF_RLIM_T == 4