diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-07-10 12:31:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-07-10 12:31:27 -0400 |
commit | 037a28c3d2bc5bf4a3f36b0172e83e6515b05a68 (patch) | |
tree | 7d2a3acca5cc0b14cbea84b7544e1086f57e4269 /src/libudev/util.h | |
parent | fbae3924871345cb60979dd9fb6794a091ba3ad1 (diff) |
Bring mkdir.c, label.c and util.c in better line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 2ac6f59c49..60b300da3c 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -84,6 +84,7 @@ union dirent_storage { usec_t now(clockid_t clock); usec_t timespec_load(const struct timespec *ts); +char *format_timespan(char *buf, size_t l, usec_t t, usec_t accuracy); size_t page_size(void); #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) |