chiark / gitweb /
nspawn: support ephemeral boots from images
[elogind.git] / src / basic / time-util.h
index eab708c2817e7450ceccfc123ca0da27534728a4..4485d7eb0e3236e69c964497a5d5f0d28fa1ee87 100644 (file)
 typedef uint64_t usec_t;
 typedef uint64_t nsec_t;
 
-#define NSEC_FMT "%" PRIu64
-#define USEC_FMT "%" PRIu64
+#define PRI_NSEC PRIu64
+#define PRI_USEC PRIu64
+#define NSEC_FMT "%" PRI_NSEC
+#define USEC_FMT "%" PRI_USEC
 
 #include "macro.h"