From ed4ad34da06bf6874bd18757ea09a1147589bd1f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Sep 2019 11:04:09 +0000 Subject: Use wallclock explicitly --- src/minutils/s6-ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minutils/s6-ps.c b/src/minutils/s6-ps.c index d6a69a4..a569150 100644 --- a/src/minutils/s6-ps.c +++ b/src/minutils/s6-ps.c @@ -306,7 +306,7 @@ int main (int argc, char const *const *argv) if (fbf & ((1 << PFIELD_START) | ((uint64)1 << PFIELD_TSTART) | (1 << PFIELD_PCPU) | ((uint64)1 << PFIELD_CPCPU))) { - tain_now_g() ; + tain_wallclock_read_g() ; s6ps_compute_boottime(p, mypos) ; } if (fbf & (1 << PFIELD_USER) && !s6ps_pwcache_init()) -- cgit 1.4.1