diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 11:04:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 11:04:09 +0000 |
commit | ed4ad34da06bf6874bd18757ea09a1147589bd1f (patch) | |
tree | f3b5f82ac8e4f0e6b9a0b2b4e982c79114b5a4bc /src | |
parent | 31e52726ee16600e5d2bed6243918f3fe0766435 (diff) | |
download | s6-linux-utils-ed4ad34da06bf6874bd18757ea09a1147589bd1f.tar.xz |
Use wallclock explicitly
Diffstat (limited to 'src')
-rw-r--r-- | src/minutils/s6-ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |