Clean up functors so that the generated code looks sane with 'see'
[factor/jcg.git] / vm / os-linux.h
blob8e78595687b81cd12e278dc45d31dbee753ce420
1 #include <sys/syscall.h>
3 int inotify_init(void);
4 int inotify_add_watch(int fd, const char *name, u32 mask);
5 int inotify_rm_watch(int fd, u32 wd);