[klibc] [PATCH] add inotify system calls

Kay Sievers kay.sievers at vrfy.org
Mon Aug 8 19:06:51 PDT 2005


I've added this to our klibc copy in the udev tree to support
the recently added Inotify.

Thanks,
Kay
-------------- next part --------------
diff --git a/klibc/klibc/SYSCALLS.def b/klibc/klibc/SYSCALLS.def
--- a/klibc/klibc/SYSCALLS.def
+++ b/klibc/klibc/SYSCALLS.def
@@ -114,6 +114,9 @@ int lchown32,lchown::lchown(const char *
 int getcwd::__getcwd(char *, size_t)
 <?> int utime(const char *, const struct utimbuf *)
 <?> int utimes(const char *, const struct timeval *)
+<?> int inotify_init(void)
+<?> int inotify_add_watch(int, const char *, __u32)
+<?> int inotify_rm_watch(int, __u32)
 
 ;
 ; I/O operations


More information about the klibc mailing list