factor/vm/os-linux.hpp

6 lines
147 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#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);