From 296cdd194fb36e4b080690f5f24228925722bf57 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 6 Sep 2019 13:03:11 +0000 Subject: Adapt to new stopwatch API --- src/supervision/s6-supervise.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/supervision/s6-supervise.c') diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c index dd5025e..5c431db 100644 --- a/src/supervision/s6-supervise.c +++ b/src/supervision/s6-supervise.c @@ -669,8 +669,7 @@ int main (int argc, char const *const *argv) else if (errno != ENOENT) strerr_diefu1sys(111, "access ./down") ; - tain_now_set_stopwatch() ; - tain_now_g() ; + tain_now_set_stopwatch_g() ; settimeout(0) ; tain_wallclock_read(&status.stamp) ; status.readystamp = status.stamp ; -- cgit v1.2.3