summaryrefslogtreecommitdiff
path: root/include/sys/inotify.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy1-0/+1
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker1-1/+1
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy1-0/+1
2012-11-26fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker1-2/+3
2012-02-07fix typo in inotify.hRich Felker1-1/+1
2011-02-20fix typo in inotify structureRich Felker1-1/+1
2011-02-19add syscall wrappers for inotifyRich Felker1-0/+55