[klibc] [PATCH] add inotify system calls

H. Peter Anvin hpa at zytor.com
Tue Sep 6 13:37:08 PDT 2005


Kay Sievers wrote:
> 
> Yes, it is. But you may want to add something like this:
>   extern int inotify_init(void);
>   extern int inotify_add_watch(int fd, const char *name, uint32_t mask);
>   extern int inotify_rm_watch(int fd, uint32_t wd);
> 
> to the klibc <sys/inotify.h> file?
> 

D'OH!

	-hpa



More information about the klibc mailing list