ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Inotify2/Inotify2.xs
(Generate patch)

Comparing Linux-Inotify2/Inotify2.xs (file contents):
Revision 1.9 by root, Mon Mar 11 15:44:43 2019 UTC vs.
Revision 1.10 by root, Sat Jul 31 11:47:05 2021 UTC

53} 53}
54 54
55int 55int
56inotify_init () 56inotify_init ()
57 57
58void
59inotify_close (int fd)
60 CODE:
61 close (fd);
62
63int 58int
64inotify_add_watch (int fd, char *name, U32 mask) 59inotify_add_watch (int fd, char *name, U32 mask)
65 60
66int 61int
67inotify_rm_watch (int fd, U32 wd) 62inotify_rm_watch (int fd, U32 wd)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines