Commit Graph

6 Commits

Author SHA1 Message Date
Rich Felker 2750337379 fix incorrect type for wd argument of inotify_rm_watch
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.
2014-01-07 02:41:27 -05:00
Szabolcs Nagy 48854dffdb add IN_EXCL_UNLINK to sys/inotify.h 2013-01-12 19:42:39 +01:00
Rich Felker b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 2012-11-26 13:00:58 -05:00
Rich Felker 570edb19d1 fix typo in inotify.h 2012-02-07 22:48:58 -05:00
Rich Felker b1b752372f fix typo in inotify structure 2011-02-20 16:21:39 -05:00
Rich Felker 095a5ae6f2 add syscall wrappers for inotify 2011-02-19 02:52:29 -05:00