This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Replace uses of timeofday() with tvgettime() #1328
Open
Description
While reviewing PR #1327 I noticed that we now assume gettimeofday()
is available. The code that currently uses the timeofday()
macro should be using tvgettime()
from libast; i.e., src/lib/libast/tm/tvgettime.c.