]> 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 6c490de2602040bed7b965d6b6fd1d0e290832f0..df94e1143a34138e17255fb043db2986e6456719 100644 (file)
@@ -1,12 +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);
-
-#define UAP_STACK_POINTER_TYPE greg_t
-
-}
+namespace factor {}