An open API service indexing awesome lists of open source software.

https://github.com/willnode/inotify-stub


https://github.com/willnode/inotify-stub

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# inotify-stub

This implements inotify shim by creating a valid FD at `inotify_init`. The FD is doing nothing but valid for queueing for many POSIX calls.

## Building

```sh
make install
```

## Using the library

```sh
CFLAGS+=" -I/usr/include/inotify"
LDFLAGS+=" -linotify"
```

## License

MIT. The `include` dir is LGPL belongs to GNU C Library.