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