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.5 by root, Tue Oct 7 17:23:41 2008 UTC vs.
Revision 1.6 by root, Mon Sep 4 01:11:47 2017 UTC

56int 56int
57inotify_rm_watch (int fd, U32 wd) 57inotify_rm_watch (int fd, U32 wd)
58 58
59int 59int
60inotify_blocking (int fd, I32 blocking) 60inotify_blocking (int fd, I32 blocking)
61 CODE: 61 CODE:
62 fcntl (fd, F_SETFL, blocking ? 0 : O_NONBLOCK); 62 fcntl (fd, F_SETFL, blocking ? 0 : O_NONBLOCK);
63 63
64void 64void
65inotify_read (int fd, int size = 8192) 65inotify_read (int fd, int size = 8192)
66 PPCODE: 66 PPCODE:
93 93
94 XPUSHs (sv_2mortal (newRV_noinc ((SV *)hv))); 94 XPUSHs (sv_2mortal (newRV_noinc ((SV *)hv)));
95 } 95 }
96} 96}
97 97
98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines