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