summaryrefslogtreecommitdiff
path: root/include/sys/inotify.h
AgeCommit message (Collapse)AuthorLines
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-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.
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy-0/+1
2012-11-26fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker-2/+3
2012-02-07fix typo in inotify.hRich Felker-1/+1
2011-02-20fix typo in inotify structureRich Felker-1/+1
2011-02-19add syscall wrappers for inotifyRich Felker-0/+55