diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 17:52:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-04 17:52:22 +0000 |
commit | 2f8e7b245b7fe187c41ea3655fce7551cfd7a48c (patch) | |
tree | 7cab69ff654641d465353e5c04d9e6d6aa813e8e /src/fdholder/s6-fdholderd.c | |
parent | a359fda48970b7d02ef914e3f7aa0a9c9ff73f7f (diff) | |
download | s6-2f8e7b245b7fe187c41ea3655fce7551cfd7a48c.tar.xz |
Separate wall clocks from stopwatches
Diffstat (limited to 'src/fdholder/s6-fdholderd.c')
-rw-r--r-- | src/fdholder/s6-fdholderd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fdholder/s6-fdholderd.c b/src/fdholder/s6-fdholderd.c index 86a957a..47e1f17 100644 --- a/src/fdholder/s6-fdholderd.c +++ b/src/fdholder/s6-fdholderd.c @@ -762,6 +762,9 @@ int main (int argc, char const *const *argv, char const *const *envp) fd_write(1, "\n", 1) ; fd_close(1) ; } + + /* We are long-lived and have to check absolute fd deadlines, + so we purposefully remain in wallclock mode. */ tain_now_g() ; for (;;) |