Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inotify: add inotify_init1 system call support | Vladimir Zapolskiy | 2010-06-01 | 1 | -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-Fischer | 2008-10-22 | 1 | -3/+3 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -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 inotify | Mike Frysinger | 2006-06-21 | 1 | -0/+24 |