mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
43298d73c0
PR: ports/209288 Submitted by: Tobias Kortkamp <t tobik me>
9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
This library provides inotify-compatible interface for applications,
|
|
that need to monitor changes happening in a filesystem. It can be useful
|
|
when porting Linux applications, which often use inotify interface.
|
|
|
|
The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
|
|
implemented, so the relevant tests are known to fail.
|
|
|
|
WWW: https://github.com/libinotify-kqueue/libinotify-kqueue
|