factor/vm/os-linux.h

6 lines
147 B
C
Raw Normal View History

2008-02-02 12:51:16 -05:00
#include <sys/syscall.h>
2008-02-02 08:02:32 -05:00
int inotify_init(void);
int inotify_add_watch(int fd, const char *name, u32 mask);
int inotify_rm_watch(int fd, u32 wd);