]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: kqueue: CLOCK_BOOTTIME is an alias of CLOCK_UPTIME
authorKyle Evans <kevans@FreeBSD.org>
Wed, 6 Oct 2021 14:50:32 +0000 (09:50 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 6 Oct 2021 14:50:32 +0000 (09:50 -0500)
commitfb49012ca448f3c7a9ae38ceaf700b8cd39be836
treeb269994973e88e0a8adcacc813fe837706e413bc
parentf7e56b48260646f8b1d5d619a92ca1b2c2d26efc
tests: kqueue: CLOCK_BOOTTIME is an alias of CLOCK_UPTIME

Build-test should be done a buildenv from a newer branch. =-( We don't
have this alias in stable/12, so just provide it locally in a way that
won't break should 155f15118a77 find its way here.

Reported by: Jenkins, naddy
Fixes: f9765c9c1acb ("kqueue: don't arbitrarily restrict ...")
tests/sys/kqueue/libkqueue/timer.c