Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix incorrect type for wd argument of inotify_rm_watch | Rich Felker | 2014-01-07 | 1 | -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.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+1 |
| | |||||
* | fix eventfd and inotify nonblock/cloexec flags to match arch values | Rich Felker | 2012-11-26 | 1 | -2/+3 |
| | |||||
* | fix typo in inotify.h | Rich Felker | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | fix typo in inotify structure | Rich Felker | 2011-02-20 | 1 | -1/+1 |
| | |||||
* | add syscall wrappers for inotify | Rich Felker | 2011-02-19 | 1 | -0/+55 |