chiark / gitweb /
time-util: add and use USEC/NSEC_INFINIY
[elogind.git] / src / libsystemd / sd-rtnl / sd-rtnl.c
index b91d08012ad78aaf52a621fcf59691be876e2a7c..c19bad1bc953ae7110d102c99e148efd8e33a7c8 100644 (file)
@@ -473,7 +473,7 @@ static usec_t calc_elapse(uint64_t usec) {
 static int rtnl_poll(sd_rtnl *rtnl, bool need_more, uint64_t timeout_usec) {
         struct pollfd p[1] = {};
         struct timespec ts;
-        usec_t m = (usec_t) -1;
+        usec_t m = USEC_INFINITY;
         int r, e;
 
         assert(rtnl);