Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-08 | fanotify: include needed Linux definitions | Waldemar Brodkorb | |
To support older Linux kernel f.e. 2.6.32.68 include all required definitions. Copied from musl libc fanotify.h. Reported by Thomas Petazzoni from Buildroot project. | |||
2015-10-14 | fanotify: add system call support | Bartosz Golaszewski | |
Add support for fanotify_init() and fanotify_mark() syscalls. The header file is taken from glibc. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> |