Open
Description
The kevent_ts
function was added in 2015 (c17d5b3) as a better wrapper around libc::kevent
. But it would've been better to simply change the signature of the existing function. We should change the signature of kevent
to match kevent_ts
, and leave kevent_ts
as a deprecated wrapper around kevent
.