]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux.hpp
io.streams.256color: faster by caching styles
[factor.git] / vm / os-linux.hpp
index 4e2f22b95f3b1e4fc0fdf9453296f4e35aae43f9..df94e1143a34138e17255fb043db2986e6456719 100644 (file)
@@ -1,10 +1,3 @@
 #include <sys/syscall.h>
 
-namespace factor
-{
-
-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 {}