DragonFlyBSD seems to be the only kevent implementer that doesn't support flags like NOTE_NSECONDS, and would require manual adjustment, since by default EVFILT_TIMER defaults to ms.
We should add an #error or #warning when NOTE_NSECONDS is not defined to make the adjustment in the correct place, or just do it preemptively.
DragonFlyBSD seems to be the only kevent implementer that doesn't support flags like NOTE_NSECONDS, and would require manual adjustment, since by default EVFILT_TIMER defaults to ms.
We should add an
#erroror#warningwhenNOTE_NSECONDSis not defined to make the adjustment in the correct place, or just do it preemptively.