about summary refs log tree commit diff
path: root/include/sys/inotify.h
Commit message (Expand)AuthorAgeFilesLines
* sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy2019-03-131-0/+1
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
* add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2012-11-261-2/+3
* fix typo in inotify.hRich Felker2012-02-071-1/+1
* fix typo in inotify structureRich Felker2011-02-201-1/+1
* add syscall wrappers for inotifyRich Felker2011-02-191-0/+55