diff options
author | Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-15 18:42:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-15 19:34:56 -0400 |
commit | f8e5fbd9c8b209e556c017bfb420a86e8181dfa7 (patch) | |
tree | e6488b61b93e5e69c161475a6c62f2bfbd146f00 /src/libudev/time-util.h | |
parent | db992ba3a71f320faab8f90de77ef081305917bb (diff) |
Remove unnecessary casts in printfs
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/time-util.h')
-rw-r--r-- | src/libudev/time-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/time-util.h b/src/libudev/time-util.h index 0f7f6964ee..458994d40f 100644 --- a/src/libudev/time-util.h +++ b/src/libudev/time-util.h @@ -24,6 +24,8 @@ typedef uint64_t usec_t; typedef uint64_t nsec_t; +#define USEC_FMT "%" PRIu64 + typedef struct dual_timestamp { usec_t realtime; usec_t monotonic; |