dcoppa 22a085f86b Update to libinotify-20170711
Tested with owncloudclient, seafile, incron, xmobar
2017-08-30 05:37:36 +00:00

7 lines
332 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.