This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

inotify support.


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]