]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux.hpp
webapps.wiki: adding search bar
[factor.git] / vm / os-linux.hpp
index 257a6b0692389d1052a7a4505f6d4c37d409d158..df94e1143a34138e17255fb043db2986e6456719 100644 (file)
@@ -1,10 +1,3 @@
 #include <sys/syscall.h>
 
-namespace factor
-{
-
-int inotify_init();
-int inotify_add_watch(int fd, const char *name, u32 mask);
-int inotify_rm_watch(int fd, u32 wd);
-
-}
+namespace factor {}