On Thu, 01 Jul 2021 08:10:49 -0600, "Todd C. Miller" wrote: > It looks like systat is the only consumer of ualarm(3) in the tree. > I don't think it even makes sense there since the actual delay is > in seconds, not microseconds. The change to ualarm/usleep was made > by canacar@ in 2008. I don't see any reason why it cannot use > alarm/sleep like it used to but I've only taken a quick look.
Aha, I see. It is because delay can be a float. - todd
