]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux.hpp
help.html: making search box have first tab index
[factor.git] / vm / os-linux.hpp
index 8e78595687b81cd12e278dc45d31dbee753ce420..df94e1143a34138e17255fb043db2986e6456719 100644 (file)
@@ -1,5 +1,3 @@
 #include <sys/syscall.h>
 
-int inotify_init(void);
-int inotify_add_watch(int fd, const char *name, u32 mask);
-int inotify_rm_watch(int fd, u32 wd);
+namespace factor {}