History log of /seL4-test-master/projects/musllibc/include/sys/inotify.h
Revision Date Author Comments
# 27503373 07-Jan-2014 Rich Felker <dalias@aerifal.cx>

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.


# 48854dff 12-Jan-2013 Szabolcs Nagy <nsz@port70.net>

add IN_EXCL_UNLINK to sys/inotify.h


# b4d8a16c 26-Nov-2012 Rich Felker <dalias@aerifal.cx>

fix eventfd and inotify nonblock/cloexec flags to match arch values


# 570edb19 07-Feb-2012 Rich Felker <dalias@aerifal.cx>

fix typo in inotify.h


# b1b75237 20-Feb-2011 Rich Felker <dalias@aerifal.cx>

fix typo in inotify structure


# 095a5ae6 19-Feb-2011 Rich Felker <dalias@aerifal.cx>

add syscall wrappers for inotify