summaryrefslogtreecommitdiff
path: root/inotify.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-23use sys/inotify.hAdrian Bunk1-69/+0
Some time ago glibc did not yet have inotify support, which forced several applications (including inotail) to ship their own copy of the required headers. Especially considering that this also requires updating the syscall numbers each time a new architecture wants to get supported it's the best to instead switch to #include <sys/inotify.h> now.
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
According to the Linux source it's: * s/linux/Linux/ * s/Kernel/kernel/ * s/Inotify/inotify/ (except at the beginning of a sentence)
2006-09-24Add license informationTobias Klauser1-0/+5
2006-03-13Initial importTobias Klauser1-0/+64