inotify support.

Robert Love rlove@rlove.org
Tue Aug 9 15:08:00 GMT 2005


Hey,

Inotify is in 2.6.13 and it adds the following system calls:

	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?

	Robert Love




More information about the Libc-alpha mailing list