-
Move the event mask into a platform-neutral product
released this
2026-09-14 00:13:19 +02:00 | 6 commits to main since this releaseInotifyEventMasktook its bits from the C header, so nothing that
imported it could build outside Linux. The newInotifyMaskproduct
spells out the kernel constants instead; a Linux test compares each
of them with the header.Inotifyre-exports the module, so
existing code is unaffected.Downloads