From 3fcd58c715993b3c2a42e21d41fece5d7d09243c Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 12 Aug 2019 17:59:10 +0300 Subject: time: add timeval versions. We now got functions to operate on both struct timespec and struct timeval. Signed-off-by: Gediminas Jakutis --- src/time/time_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/time/time_private.h') diff --git a/src/time/time_private.h b/src/time/time_private.h index 4bb6099..097a987 100644 --- a/src/time/time_private.h +++ b/src/time/time_private.h @@ -22,5 +22,6 @@ #define LIBRIN_TIME_PRIVATE_INCLUDED static const long tv_nsec_max = 999999999l; +static const long tv_usec_max = 999999l; #endif /* LIBRIN_TIME_PRIVATE_INCLUDED */ -- cgit v1.2.3