inotify support.
Ulrich Drepper
drepper@redhat.com
Fri Aug 12 03:08:00 GMT 2005
Robert Love wrote:
> int inotify_init (void)
> int inotify_add_watch (int fd, const char *name, __u32 mask);
> int inotify_rm_watch (int fd, __u32 wd);
>
> Can we get these added to glibc?
The fact that these are the prototypes for the system calls doesn't
necessarily mean we should use the same for the userlevel code. The
question is: is there the *potential* that any of the interfaces might
need to be extended? I think the only contender would be the MASK
parameter of inotify_add_watch. If yes, we probably should use
something wider than a 32 bit type.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20050812/2abfcd9a/attachment.sig>
More information about the Libc-alpha
mailing list