about summary refs log tree commit diff
path: root/include/sys/inotify.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy2019-03-131-0/+1
| | | | | | inotify_add_watch flag to prevent modifying existing watch descriptors, when used on an already watched inode it fails with EEXIST. added in linux commit 4d97f7d53da7dc830dbf416a3d2a6778d267ae68
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
| | | | | | this was wrong since the original commit adding inotify, and I don't see any explanation for it. not even the man pages have it wrong. it was most likely a copy-and-paste error.
* 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