https://github.com/willnode/inotify-stub
https://github.com/willnode/inotify-stub
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnode/inotify-stub
- Owner: willnode
- Created: 2026-05-23T03:36:41.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2026-05-23T16:55:41.000Z (28 days ago)
- Last Synced: 2026-05-26T22:38:10.985Z (25 days ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.