summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/inotify.c
Commit message (Collapse)AuthorAgeFilesLines
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-011-0/+4
| | | | | | | | This patch introduces support for inotify_init1 system call, found since Linux 2.6.27. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-3/+3
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* Austin Morgan writes in #917: add support for inotifyMike Frysinger2006-06-211-0/+24