Compare commits

...

2 Commits

Author SHA1 Message Date
c7s
f5e5efd885
Merge 15643b6645 into 3da568710f 2024-06-25 18:28:24 -04:00
Cormac Stephenson
15643b6645 timerfd.2: document CLOCK_UPTIME flag 2024-06-24 01:08:45 +01:00

View File

@ -97,6 +97,9 @@ argument specifies the clock used as a timing base and may be:
Increments as a wall clock should.
.It Dv CLOCK_MONOTONIC
Increments monotonically in SI seconds.
.It Dv CLOCK_UPTIME
Starts at zero when the kernel boots and increments monotonically in SI seconds
while the machine is running.
.El
.Pp
The